kdb+/q How to perform a string search replace when dealing with mixed lists
I want to perform a string search replace on a list but the list has items of different sizes so it is more complex
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.
How to amalgamate/collapse rows after using keyword ‘by’?
I have a certain dataset that I have selected as below:
(kdb+/q) Table schema definitions
I have a question about table schemas in kdb+
Error thrown by .z.pd, non unique handles
can someone help with the following error:
(kdb+/q) issues with .u.rep in r.q
r.q – args for .u.rep
(kdb+/q) Pushing data to tickerplant in vanilla kdb+
The update I am running to my tp process
(kdb+/q) Configuring your data with tickerplant
I’m using the tick.q file found here https://github.com/KxSystems/kdb-tick/blob/master/tick.q
(kdb+/q) Setting up kdb+ system that receives data from csvs then pushes to tp
I’m building my own vanilla tick kdb+ system using this
https://github.com/KxSystems/kdb-tick/blob/master/tick.q