Re: Custom commands in cassandra

2013-07-29 Thread Nulik Nol
hi > Have you identified issues where throughput or latency is an issue ? no, I am on design stage of my app and I want to do it the fastest way possible from the beginning > Most performance gains are going to be made by getting the data model right. hope to get it right, and with embedding will

Re: Custom commands in cassandra

2013-07-26 Thread Nulik Nol
On Fri, Jul 26, 2013 at 4:31 AM, Radim Kolar wrote: > >> What would be the way to do this with cassandra? > > embed app into server, use OSGi. Thanks, but a quick search of cassandra's source didn't return any word like "osgi", are you sure I can emmbed my code into cassandra ? could you tell me t

Custom commands in cassandra

2013-07-26 Thread Nulik Nol
Hi, I am a startup in development stage, and I want to embed my app functionality into cassandra's server. How might it be done? Some databases allow you to load server-side extensions or commands that are executed upon client's request as some sort of stored procedures. Another databases let you e