Re: Working With Prepared Statements

2017-08-30 Thread Shalom Sagges
Thanks guys for all the info! Shalom Sagges DBA T: +972-74-700-4035 We Create Meaningful Connections On Wed, Aug 30, 2017 at 10:54 AM,

Re: Working With Prepared Statements

2017-08-30 Thread Oleksandr Shulgin
On Tue, Aug 29, 2017 at 12:33 PM, Shalom Sagges wrote: > Insights, anyone? > There were reports of Cassandra failing to start due to trying to load the prepared statements from a cached table. This can only affect you if you have a lot (tens of thousands, IIRC) of prepared statements. A fix se

Re: Working With Prepared Statements

2017-08-29 Thread kurt greaves
>From memory prepared statements that are idempotent will not be set as idempotent, so if you are using prepared statements that you know are idempotent you should make sure to set idempotent on them. For java driver see https://github.com/datastax/java-driver/tree/3.x/manual/idempotence​

Re: Working With Prepared Statements

2017-08-29 Thread Shalom Sagges
n> >>>>>> <http://www.facebook.com/LivePersonInc> We Create Meaningful >>>>>> Connections >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Aug 29, 2017 at 2:18 PM, Matija Gobec >>>>>> wr

Re: Working With Prepared Statements

2017-08-29 Thread I PVP
son> [https://signature.s3.amazonaws.com/2015/Facebook.png] <http://www.facebook.com/LivePersonInc> We Create Meaningful Connections On Mon, Aug 28, 2017 at 10:43 AM, Shalom Sagges mailto:shal...@liveperson.com>> wrote: Hi Everyone, I want to start working with Prepared S

Re: Working With Prepared Statements

2017-08-29 Thread Shalom Sagges
2017 at 2:18 PM, Matija Gobec >>>>> wrote: >>>>> >>>>>> Do you have any concrete questions re prepared statements? >>>>>> >>>>>> They are faster to execute since the statement is already parsed and >>>

Re: Working With Prepared Statements

2017-08-29 Thread Nicolas Guyomar
>>>>> is needed. >>>>> >>>>> Matija >>>>> >>>>> On Tue, Aug 29, 2017 at 12:33 PM, Shalom Sagges < >>>>> shal...@liveperson.com> wrote: >>>>> >>>>>> Insights, anyone? >>

Re: Working With Prepared Statements

2017-08-29 Thread Shalom Sagges
;>> Matija >>>> >>>> On Tue, Aug 29, 2017 at 12:33 PM, Shalom Sagges >>> > wrote: >>>> >>>>> Insights, anyone? >>>>> >>>>> >>>>> Shalom Sagges >>>>> DBA >>>>>

Re: Working With Prepared Statements

2017-08-29 Thread Nicolas Guyomar
nyone? >>>> >>>> >>>> Shalom Sagges >>>> DBA >>>> <http://www.linkedin.com/company/164748> >>>> <http://twitter.com/liveperson> <http://www.facebook.com/LivePersonInc> We >>>> Create Meaningful Connection

Re: Working With Prepared Statements

2017-08-29 Thread Matija Gobec
; <http://www.linkedin.com/company/164748> <http://twitter.com/liveperson> >>> <http://www.facebook.com/LivePersonInc> We Create Meaningful Connections >>> >>> >>> >>> On Mon, Aug 28, 2017 at 10:43 AM, Shalom Sagges >>> wrote:

Re: Working With Prepared Statements

2017-08-29 Thread Shalom Sagges
pany/164748> <http://twitter.com/liveperson> >> <http://www.facebook.com/LivePersonInc> We Create Meaningful Connections >> >> >> >> On Mon, Aug 28, 2017 at 10:43 AM, Shalom Sagges >> wrote: >> >>> Hi Everyone, >>> >>>

Re: Working With Prepared Statements

2017-08-29 Thread Matija Gobec
hts, anyone? > > > Shalom Sagges > DBA > <http://www.linkedin.com/company/164748> <http://twitter.com/liveperson> > <http://www.facebook.com/LivePersonInc> We Create Meaningful Connections > > > > On Mon, Aug 28, 2017 at 10:43 AM, Shalom Sagges > wrote

Re: Working With Prepared Statements

2017-08-29 Thread Shalom Sagges
Insights, anyone? Shalom Sagges DBA <http://www.linkedin.com/company/164748> <http://twitter.com/liveperson> <http://www.facebook.com/LivePersonInc> We Create Meaningful Connections On Mon, Aug 28, 2017 at 10:43 AM, Shalom Sagges wrote: > Hi Everyone, > > I

Working With Prepared Statements

2017-08-28 Thread Shalom Sagges
Hi Everyone, I want to start working with Prepared Statements. I've read https://docs.datastax.com/en/developer/java-driver/3.1/manual/statements/prepared/ and just wanted to know if there are any other considerations I need to take into account when deciding to use Prepared Statements. T