Relative Content

Tag Archive for kdb

Modifying the RDB as a publisher and memory issues

The following is a modified version of the RDB r.q. I have given the RDB the ability to publish its results which I would like to then post-process in a q subscriber. In the background I have the ‘vanilla’ tick.q running. First of all, is this efficient, for I haven’t seen any examples with r.q having .u.pub? If not, what’s the recommended approach?

How to query on multiple queries in KDB+?

In KDB+, I have multiple tables in tables[] that have the same name prefix. For example, I have 8 tables that start with the word ‘users_’. The full name is something like ‘users_1’, ‘users_2’, etc.