The kdb+ driver allows you to read information from and write information to a kdb+ database server.
Kdb+ is an in-memory and on-disk database produced by KX Systems. Kdb+ databases can be accessed using the proprietary q language. You may configure the kdb+ database as a "service" to access it from Sybase CEP Engine.
Sybase CEP provides a special-purpose kdb+ driver using KX Systems' proprietary APIs. You may get data in and out of kdb+ using either:
- A database subquery, or
- The Database Statement
Note: The Read from Database Adapter, the Poll from Database Adapter, and the Write to Database Adapter do not work with the kdb+ driver. CCL database subqueries are the preferred way to retrieve data from kdb+ into Sybase CEP Engine.