I want to send multiple records to insert in a table in single REST API call to Cassandra. Does datastax api service allow this? If yes, please share sample request JSON
Bringing together the Apache Cassandra experts from the community and DataStax.
Want to learn? Have a question? Want to share your expertise? You are in the right place!
Not sure where to begin? Getting Started
I want to send multiple records to insert in a table in single REST API call to Cassandra. Does datastax api service allow this? If yes, please share sample request JSON
Inserting multiple records is not supported with the REST API because it will overload the coordinator and is inefficient as far as throughput goes. The same mechanism is not recommended with the native CQL protocol since it achieves the opposite of the outcome you're after.
We recommend making multiple requests for each insert operation to maximise throughput and performance of the cluster. Cheers!
5 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2022 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use