Skip to content

Querying data using KDB-X Python

This page provides an introduction to querying your data using KDB-X Python.

Title Description
Pythonic Querying Learn how to use Pythonic Syntax to query on-disk and in-memory tables.
SQL Querying Learn how to use SQL to query on-disk and in-memory tables.
q Querying Learn how to use the q programming language to query on-disk and in-memory tables.
Performance Considerations Learn how to update your queries to make them more memory efficient and performant.

Next Steps

  • If you don't have a historical database available see here.
  • To learn about creating pykx Table objects see here.