Relative Content

Tag Archive for kdb

KDB+: Recommended Way to Access Large Datasets for RTE / RTS

I am trying to understand the appropriate way for an RTE in a KDB+ Tick architecture to access large volumes of HDB & RDB data for its analysis, in this case a 30 day rolling window of sub-second L2 order book, ticker and trades for Deribit’s BTC-PERPETUAL, BTC’s calendar futures and all derived options.

Compare two tables row wise using Q/kdb

I would like to compare data from two tables with same columns. What I think is I can use match operator (~) between the tables in each row of those tables, however, If the table size is big I am getting timeout issues.