Skip to content

Conversation

@avinash240
Copy link
Contributor

The session based client is faster than the default one, especially at high rates. It's no longer paying the connection and breakdown penalty per socket and instead is connection pooling, which is great. There are two tests, the geo tests. They don't return back the unique flag that you send in, I suspect that that index type does not support unique. However, I'm new to arangodb, so I don't know perhaps it's a bug in the server I'm running 2.5.5. I also added the sparse and selectivity keys where needed. I'm not sure if this breaks backwards compat with older servers, I'm sorry if it does, I just didn't want to hand back a broken test suite especially since you went through the trouble to build one.

…ons on, added close method to sessionbased client, and added session_based boolean method to base class so code can be written to call close if necessary for cleanup
@joowani
Copy link
Contributor

joowani commented Jun 9, 2015

Hello avinash240,

Thanks for your interest and help on py-arango! I've created a new branch called "development". Could you redirect your pull request to it? Thanks.

@avinash240
Copy link
Contributor Author

Sure. No worries.

@avinash240 avinash240 closed this Jun 9, 2015
@joowani joowani mentioned this pull request Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants