Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.26 KB

index.md

File metadata and controls

23 lines (18 loc) · 1.26 KB
title description date author tags
Querying data using PyKX
Introduction to the concept of querying PyKX databases and tables
July 2024
KX Systems, Inc.,
PyKX, q, query, historical, SQL, qSQL

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.