python - How to bulk/batch insert in cassandra using cqlengine? -
i want use bulk insert in cassandra performance purposes. have 10 grabber servers producing data , insert them in master server.
want that, instead of direct insert database, every grabber server collect data , insert main server once. don't know if it's batch insert or bulk insert or both. how this? i'm using python , cql engine , cassandra in windows 8
i've found batch insert don't know it's should or not: http://www.datastax.com/docs/1.0/references/cql/batch
here cqlengine batch query docs: https://cqlengine.readthedocs.org/en/latest/topics/queryset.html#batch-queries
Comments
Post a Comment