"SELECT * FROM geoIPblock WHERE startIpNum >= 839593873 LIMIT 1"
I am wondering if I should just use python-cql and drop pycassa all together.
Thank you so much in advance!
Dan
--
You received this message because you are subscribed to the Google Groups "pycassa-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycassa-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
There is no such thing in Pycassa (MongoDB has something called Criteria where you can specify conditions, based on which results are returned, more like WHERE clause in RDBMS). Its very important piece missing in Pycassa. You would have to do this in your code like I do but then it makes code do tremendous amount of extra work or parsing and throwing unnecessary data and keep what you need.
--
You received this message because you are subscribed to a topic in the Google Groups "pycassa-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pycassa-discuss/I2xXND9qUE0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pycassa-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "pycassa-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycassa-discu...@googlegroups.com.