amp icon indicating copy to clipboard operation
amp copied to clipboard

Cassandra support

Open rdlowrey opened this issue 8 years ago • 1 comments

A Cassandra driver would would be super useful. I’m going to try and work on this in the next couple of weeks to get back in the swing šŸ˜€

rdlowrey avatar Nov 16 '17 02:11 rdlowrey

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.

brstgt avatar Nov 16 '17 04:11 brstgt