chunk size for checksum when writing to disk

2017-09-25 Thread Tyagi, Preetika
Hi all, Does anyone know the size of each chunk/block while appending it with a checksum when writing to the disk in Cassandra? Is it the standard 512 bytes or it varies? Thanks, Preetika

Performance improvement of Cassandra UDF/UDA

2017-09-25 Thread Xin Jin
Hi All, I am new to the Cassandra community and thank you in advance for your kindly comments on an issue we met recently. We have found that running query with direct UDF execution is ten time more faster than the async UDF execution. The in-line comment: "Using async UDF execution is expens