The q insert is highly optimised, it can handle millions of rows a
second per core. The insert must be performed in the main thread to
ensure data consistency and sequencing. This is why it cannot by run
with peach, even though in this example it is ...
What is the use case that you want to insert the same data into two
different tables? I can see the topic names resemble stocks but there is
no filter on the data so would appear all records go into each. The only
use case I can think of having the s...
Hi Simon, I agree with Rian in term of the generalisation of k data
types. I.e. Atom is a scalar representation of a data type. List is a
vector representation of an Atom. Dictionary is a keyed set of lists.
The key can be a List of any type. The val...
Hi Kumar, To index into a python objext you can use the syntax of a
backtick character "`" to convert to q. E.g.variable` If you have a list
of variable you want to index into you could alternatively write {x ` }
each list_of_python_variables orlist_...
Hi Adriano - reviewing the logs it looks like the LR process has
successfully identified the intraday TP log to ingest, replayed it and
written it to the iHDB location. //File identified to replay Found files
to replay ###
`s#,`kxplatform/TP/uiCore/...