Hi Diarmaid,If you want to save a table down to a directory you have
created a a flat table, you can use the following:`:flat/flattrades set
tradesThis will save the table trades to the directory flat under the
name flattrades.The following will simi...
Hello Ben,To demonstrate I have included the below code of a Q session
which I started with 2 slave processes. I have run a command with and
without using peach. As you can see the query does indeed run faster
when using peach. Is this the sort of si...
Hello Ben,As far as I know you can still use peach to run simultaneous
queries in V 3.5. Could you post what command you tried running? It
would help better understand the cause of the issue.Jonathan
Hi suarezzz,When you enumerate a table it will enumerate over all sym
columns. There is no need to specify account and sym as they will be
picked up on. This will generate an index as such of all symbols in the
table between all sym columns. You can ...
Hi marrowgari,By default kdb+ does not encrypt messages between a web
browser and a server. To enable TLS encryption, you should first
generate a TLS certificate, then enable this in the command line. You
can generate the certificate you can do this ...