Hi all, Is it possible to execute queries towards an embedded cassandra db whyle bypassing completely the TCP (or IPC) protocol stack? Apparantly the embedded cassandra is by default accessed using localhost as hostname which will result in an IPC optimized connection I assume. Is there a way to fully omit the Tcp/ipc stack and execute queries directly in-memory at the cassandra database? preferrably in a (query resultset -> to -> appcode) zero-copy approach.
Cheers, C.