Jump to content

CSQL

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Pintoch (talk | contribs) at 14:33, 10 November 2016 (→‎top: change |id={{citeseer}} to |citeseerx= using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CSQL
Original author(s)Prabakaran Thirumalai, Alvan David
Developer(s)Lakshya & Community
Stable release
CSQL 3.3 / May 8, 2011 (2011-05-08)
Operating systemLinux, Solaris
TypeRDBMS
LicenseGNU General Public Licence or proprietary
Websitehttp://csql.sourceforge.net/

CSQL is an open source main memory high-performance relational database management system developed at sourceforge.net.[1] It is designed to provide high performance for SQL queries and DML statements.

As there is no disk I/O, main memory databases provide a predictive response time (~10 microseconds for point lookup and ~20 microseconds for insert/update/delete operations) which is suited to real time and near real time applications. For more information see [2]

It can transparently cache data from existing databases.[3]

It can be configured to work as transparent, updateable, real time cache ( CSQL Cache ) for existing database management systems such as MySQL, and Postgres.

See also

References

  1. ^ "CSQL sourceforge". sourceforge.net.
  2. ^ "THE DATABLITZ MAIN-MEMORY STORAGE MANAGER: ARCHITECTURE, PERFORMANCE, AND EXPERIENCE". sigmod proceedings. CiteSeerX 10.1.1.33.4556. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ "DB Cache" (PDF). stanford.