Skip to content

New Documentation Site!

We are excited to announce the launch of our enhanced product documentation site for PyKX at docs.kx.com. It offers improved search capabilities, organized navigation, and developer-focused content. Please, take a moment to explore the site and share your feedback with us.

Querying data using PyKX

This page provides an introduction to querying your data using PyKX.

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.