kdb+

kdb+
Original author(s) Arthur Whitney
Developer(s) Kx Systems
Initial release 2003 (2003)
Written in Q
Operating system Windows, macOS, Linux, Solaris
Platform IA-32, x86-64, SPARC
Available in English
Type relational time series database
License Proprietary
Website kx.com

kdb+ is a column-based relational time series database (TSDB) with in-memory (IMDB) abilities, developed and marketed by Kx Systems.[1] The database is commonly used in high-frequency trading (HFT) to store, analyze, process, and retrieve large data sets at high speed.[2] kdb+ has the ability to handle billions of records and analyzes data within a database.[3] The database is available in 32-bit and 64-bit versions for several operating systems.[4] Financial institutions use kdb+ to analyze time series data such as stock or commodity exchange data.[5] The database has also been used for other time-sensitive data applications including commodity markets such as energy trading, telecommunications, sensor data, log data, and machine and computer network usage monitoring.[6]

Overview

kdb+ is a high-performance column-store database that was designed to process and store large amounts of data. Commonly accessed data is pushed into random-access memory (RAM), which is faster to access than data in disk storage. Created with financial institutions in mind, the database was developed as a central repository to store time series data that supports real-time analysis of billions of records.[7][1][8] kdb+ has the ability to analyze data over time and responds to queries similar to Structured Query Language (SQL).[2]

Columnar databases return answers to some queries in a more efficient way than row-based database management systems.[5] kdb+ dictionaries, tables and nanosecond time stamps are native data types and are used to store time series data.[5][9]

At the core of kdb+ is the built-in programming language, q, a concise, expressive query array language, and dialect of the language APL.[7] Q can manipulate streaming, real-time, and historical data.[2] kdb+ uses q to aggregate and analyze data, perform statistical functions, and join data sets and supports SQL queries[10] The vector language q was built for speed and expressiveness and eliminates most need for looping structures.[5] kdb+ includes interfaces in C, C++, Java, C#, and Python.[4][5]

History

In 1998, Kx Systems released kdb, a database built on the language K written by Arthur Whitney. In 2003, kdb+ was released as a 64-bit version of kdb. In 2004, the kdb+ tick market database framework was released along with kdb+ taq, a loader for the New York Stock Exchange (NYSE) taq data. kdb+ was created by Arthur Whitney, building on his prior work with array languages.[5]

In April 2007, Kx Systems announced that it was releasing a version of kdb+ for Mac OS X. At that time, kdb+ was also available on the operating systems Linux, Windows, and Solaris.[11]

In September 2012, version 3.0 was released. It was optimized for Intel's upgraded processors with support for WebSockets, Globally unique identifiers (GUID)s, and Universally unique identifiers (UUID). Intel's Advanced Vector Extensions (AVX) and Streaming SIMD Extensions 4 (SSE4) 4.2 on the Sandy Bridge processors of the time allowed for enhanced support of the kdb+ system.[3] In June 2013, version 3.1 was released, with benchmarks up to 8 times faster than for older versions.[12]

References

  1. 1 2 Gutierrez, Daniel (January 19, 2015). "Kdb+ and the Internet of Things/Big Data". Inside Big Data. Retrieved June 8, 2016.
  2. 1 2 3 "Kx Systems and High Frequency Trading". The Trading Mesh. June 10, 2011. Retrieved June 8, 2016.
  3. 1 2 Groenfeldt, Tom (September 24, 2012). "At Kx Systems Big Data Is Old News". Forbes. Retrieved June 8, 2016.
  4. 1 2 Sbardella, Luca (October 2, 2009). "A first look at kdb+". Quantmind. Retrieved June 8, 2016.
  5. 1 2 3 4 5 6 Eadline, Douglas (September 9, 2014). "Working Down the Column: The Kdb+ Community". Cluster Monkey. Retrieved June 8, 2016.
  6. Stamper, Jason (September 4, 2014). "Kx Systems readies faster database in push beyond financial services". 451 Research.
  7. 1 2 Golovtchenko, Victor (January 1, 2016). "First Derivatives Boosts its KDB+ Software Business with New Acquisition". Finance Magnates. Retrieved June 8, 2016.
  8. "Kdb+". Itl Group. Retrieved June 8, 2016.
  9. Crosman, Penny (September 14, 2009). "Kx Offers Nanosecond Timestamps in Updated Database". Information Week. Retrieved June 8, 2016.
  10. Marlin, Steve (June 19, 2014). "Wall Street Firms Extend 'Big Data; Capabilities". Markets Media. Retrieved June 8, 2016.
  11. Cohen, Peter (April 17, 2007). "Kdb+ financial database comes to Mac OS X". Macworld. Retrieved June 8, 2016.
  12. "Kx's kdb+ claims up to 8x faster than any previous STAC M3 benchmarks". Automated Trader. June 11, 2013. Retrieved June 8, 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.