phpcassa Questions
1
Solved
Which one is best for managing data by using single keyspace or Multiple Keyspace ,
Suppose one application having more number of clients. Each client will send large set of data and we are storing...
Occupy asked 23/7, 2013 at 13:33
1
I have recently implemented a very tiny Cassandra web application on both PHP and play frameworks to compare these technologies. I'm running these tests on a virtual machine that has ubuntu-server ...
Frants asked 14/6, 2013 at 20:13
3
Solved
I am using Cassandra last few days. I am using PHPCassa library for that.
When I am trying to use the following code, Its not working correctly.
require_once('phpcassa/connection.php');
requi...
1
Possible Duplicate:
how to have 64 bit integer on PHP?
Is it possible to use a 64-bit Long integer as a key in Cassandra using PHPCassa?
For example,
$pool = new ConnectionPool('mai...
1
© 2022 - 2024 — McMap. All rights reserved.