skip to main content
About the Apache Cassandra Driver
  

Try DataDirect Drivers Now

About the Apache Cassandra Driver

The Progress DataDirect for ODBC for Apache Cassandra driver supports read-write access to Apache Cassandra versions 2.0 and higher. To support SQL access to Cassandra, the driver creates a relational map of native Cassandra data and translates SQL statements to CQL. Cassandra complex data types Map, List, Set, Tuple, and user-defined types are supported alongside primitive CQL types. The driver optimizes performance when executing joins by leveraging data relationships among Cassandra objects to minimize the amount of data that needs to be fetched over the network. Relationships among objects can be reported with the following metadata methods: SQLColumns, SQLForeignKeys, SQLGetTypeInfo, SQLPrimaryKeys, SQLSpecialColumns, SQLStatistics, and SQLTables. Furthermore, when performing joins, the driver leverages data relationships among Cassandra objects, minimizing the amount of data that needs to be fetched over the network.
* Driver Requirements
* Support for Multiple Environments
* ODBC Compliance
* Version String Information
* Data Types
* Complex Type Normalization
* Isolation and Lock Levels Supported
* Binding Parameter Markers