About 50 results
Open links in new tab
  1. Get started | Learn | kdb+ and q documentation - kdb+ and q …

    kdb+ is a database. You can use it through interfaces such as ODBC, or from Python, but its power and performance are best accessed through its own language, q. Q is a general-purpose programming …

  2. Vector Conditional operator | Reference | kdb+ and q documentation ...

    Vector Conditional is a q operator that replaces selected items of one list with corresponding items of another.

  3. Developing with kdb+ and the q language

    For cloud deployment, see kdb Insights Core. This work is licensed under a Creative Commons Attribution 4.0 International License. Kx and kdb+ are registered trademarks of Kx Systems, Inc., a …

  4. Reference card | kdb+ and q documentation - kdb+ and q …

    Quick reference for kdb+ and the q programming language

  5. vs – Reference – kdb+ and q documentation - kdb+ and q …

    vs is a q keyword that performs various functions under the scheme vector-from-scalar (atom).

  6. C API for kdb+ | kdb+ and q documentation - kdb+ and q …

    For performance-related reasons, discussed in kdb+tick profiling for throughput optimization it is recommended to publish multiple rows at once so that bulk inserts can be performed on the …

  7. select keyword, Select operator | Reference | kdb+ and q …

    select and Select are (respectively) a q keyword and operator that select all or part of a table, possibly with new columns.

  8. 14. Introduction to Kdb+ - Q for Mortals

    14.6 Kdb Database Many kdb+ newcomers find the notion of a kdb+ database shrouded in mystery. In this section, we answer common qbie questions. What is a kdb+ database? How is it different from …

  9. Visual Studio Code Extension - kdb products

    Dec 11, 2023 · The kdb Visual Studio Code extension is a companion extension for kdb developers to edit q files, connect to kdb processes, and run queries. This VS code extension can be used …

  10. aj, aj0, ajf, ajf0 – as-of join | Reference | kdb+ and q documentation ...

    Aug 4, 2023 · Where t1 is a table. Since 4.1t 2023.08.04 if t1 is the name of a table, it is updated in place. t2 is a simple table c is a symbol list of n column names, common to t1 and t2, and of …