Please, how do you do this?
Peter
On Fri, May 19, 2017 at 7:13 PM, Varun Gupta wrote:
> Yes the bugs need to be fixed, but as a work around on dev environment,
> you can enable cassandra.yaml option to override any corrupted commit log
> file.
>
>
> Thanks,
> Varun
>
> > On May 19, 2017, at 11
Example:
cqlsh> use dc_god_emperor ;
cqlsh:dc_god_emperor> create table data ( id int primary key, value text ) ;
cqlsh:dc_god_emperor> insert into data JSON'{"id": 1, "value": "hello
world"}'
... ;
cqlsh:dc_god_emperor> select * from data;
id | value
+-
1 | he
The original article
http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html
On Mon, Oct 31, 2016 at 5:57 PM, Peter Reilly
wrote:
> From the article:
> java -jar stress.jar -d "144 node ids" -e ONE -n 2700 -l 3 -i 1 -t 200
> -p 7102 -o INSERT -c 1
>From the article:
java -jar stress.jar -d "144 node ids" -e ONE -n 2700 -l 3 -i 1 -t 200
-p 7102 -o INSERT -c 10 -r
The client is writing 10 columns per row key, row key randomly chosen from
27 million ids, each column has a key and 10 bytes of data. The total on
disk size for each write incl
According to the astynax blog the project will support the java-driver -
https://github.com/Netflix/astyanax/wiki/Astyanax-over-Java-Driver
On Wed, May 28, 2014 at 8:36 AM, Andrew wrote:
> 1. Astyanax does not *officially* support 2.0, and I’m not sure what the
> future plans are for them.
> 2.
You need to set grace period as well.
Peter
On Thu, May 8, 2014 at 8:44 AM, Sebastian Schmidt wrote:
> Hi,
>
> I'm using the TTL feature for my application. In my tests, when using a
> TTL of 5, the inserted rows are still returned after 7 seconds, and
> after 70 seconds. Is this normal or am