jattwick
New Contributor II
since ‎2023.04.13
2 weeks ago

User Statistics

  • 5 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I've noticed some weird behaviour with amend entire using lists of lists. The behaviour is different depending on whether on I use a file handle or pass the list directly to the function. Code to recreate is pasted below: weirdPartition:(1 2 3f;();en...
The .Q namespace – tools | Reference | kdb+ and q documentation - Kdb+ and q documentation (kx.com) based on this, it seems .q.en[] reads the sym file from disk every time it is called, which would pick up any updates that are coming from other proce...
Does KDB automatically lock the sym file when writing to it? I have noticed what seems to be corruption when multiple processes are writing to the sym file at the same time, and was thinking of implementing write locking. However, I am not sure if th...
Kudos given to