Coder Social home page Coder Social logo

Comments (6)

devdazed avatar devdazed commented on July 22, 2024

How do the prepared cql queries work? Is the preparation stored server side? or is it a client side preparation. Also, how long is the prep good for, is it per connection or permanent?

from helenus.

ctavan avatar ctavan commented on July 22, 2024

Preparations are stored serverside.

I still have to figure out if they survive connections. If not, we'll have to keep track on which connections of the pool a statement has already been prepared. It's probably best to have a look at http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/

https://issues.apache.org/jira/browse/CASSANDRA-2475 has some more info but no definite answer whether prepared cql queries survive connections.

from helenus.

ctavan avatar ctavan commented on July 22, 2024

The latest python cql driver also has support for prepared statements: http://pypi.python.org/pypi/cql/

from helenus.

ctavan avatar ctavan commented on July 22, 2024

I'm actually working on this but it seems a bit more complicated than I thought...

from helenus.

devdazed avatar devdazed commented on July 22, 2024

Would you like me to push it out to a later milestone?

from helenus.

ctavan avatar ctavan commented on July 22, 2024

Yeah, I think 0.8 would be more realistic, thanks.

CQL 3 is beta in Cassandra 1.1 anyways and 1.1.0 is not even released yet, so I think it's quite ok to have only partial CQL3 support for now.

from helenus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.