Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra support #183

Open
rdlowrey opened this issue Nov 16, 2017 · 1 comment
Open

Cassandra support #183

rdlowrey opened this issue Nov 16, 2017 · 1 comment

Comments

@rdlowrey
Copy link
Contributor

A Cassandra driver would would be super useful. I鈥檓 going to try and work on this in the next couple of weeks to get back in the swing 馃榾

@brstgt
Copy link

brstgt commented Nov 16, 2017

See here for an idea a had lately: https://datastax-oss.atlassian.net/browse/PHP-208

If that works, you don't have to implement the whole client. The existing one is pretty sophisticated when it comes to loadbalancing / routing strategies and supports all the latest CS features.

Also it is really fast and already supports async operations (even though not optimal).

Fast: I managed to scan a table with 100k rows / sec on a modern server with a single PHP process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants