"INSERT INTO x (a,b.c) values (1,2,3)"
Doesn't this sometimes turn into a batch mutation if b and c are separate
columns?
On Wed, Mar 5, 2014 at 5:03 AM, Sylvain Lebresne wrote:
> Let me first note that the DataStax Java driver has a dedicated mailing
> list:
> https://groups.google.com/a/lis
Let me first note that the DataStax Java driver has a dedicated mailing
list:
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user,
it would better to use that list for driver specific questions in the
future.
But to answer your question, a SIMPLE write is any write (INSER
Hi All,
I might be missing something and I would like some clarification on this. We
are using the java driver with the Downgrading Retry policy, we see in our logs
that are only the reads are retried.
In the code and the docs, it says that the write method will retry a maximum of
one retry, w