Agreed with Nate. This is generally one of those "if you have to ask how
it's done, you shouldn't be doing it" ideas.
To add to his points above, deploying new versions of you app with this
model is an operational nightmare. Now you've tightly coupled new versions
of your app to doing a full clu
On Mon, May 2, 2016 at 11:04 AM, Corry Opdenakker wrote:
> Hi all,
>
> Is it possible to execute queries towards an embedded cassandra db whyle
> bypassing completely the TCP (or IPC) protocol stack?
>
tl,dr: it is not for the faint of heart and you must understand *exactly*
what you are doing.
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 f