Home / Companies / DataStax / Blog / Post Details
Content Deep Dive

Getting started with the DataStax C/C++ driver

Blog post from DataStax

Post Details
Company
Date Published
Author
Michael Penick
Word Count
2,513
Company Posts That Month
5
Language
English
Hacker News Points
-
Post removed?
No
Summary

The DataStax C/C++ driver is a new member of the DataStax drivers family, with its first release candidate recently launched. Its main focus has been on feature parity with other drivers and finalizing the API. This post provides introductory documentation for using the driver, while more in-depth documentation can be found in the header file and examples provided with the driver. The driver's API is designed to prevent application blocking during operations like connecting to a cluster or running a query. Queries are constructed using CassStatement objects, which can be regular or prepared statements. Prepared statements cache queries on the Cassandra server for improved performance. Results from queries can be retrieved and iterated over using appropriate iterator objects. Large result sets can be divided into multiple pages automatically using the driver's paging API. Batches can be used to group multiple mutations together into a single statement, with different types of batches available depending on the use case.

Trends Found in this Post

No tracked trend matches for this post yet.

Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.