cqlengine Questions

4

I have a problem with every insert query (little query) which is executed in celery tasks asynchronously. In sync mode when i do insert all done great, but when it executed in apply_async() i get t...
Anchusin asked 16/7, 2014 at 15:54

2

Solved

I get the following exception while trying to connect to a Cassandra DB using a Python Cassandra-Driver client running on Windows 2012 Server R2 - 64 bit. I could get this working on my personal la...

2

I need to use TTL via cqlengine; But there is no documentation about it. Can someone help me about it. Thanks
Adelaadelaida asked 29/9, 2013 at 11:11

2

I'd the following Cassandra Model:- class Automobile(Model): manufacturer = columns.Text(primary_key=True) year = columns.Integer(index=True) model = columns.Text(index=True) price = columns.D...
Chatelaine asked 28/3, 2015 at 6:55
1

© 2022 - 2024 — McMap. All rights reserved.