eohara_kdb
New Contributor III
since ‎2023.03.08
‎2023.08.24

User Statistics

  • 15 Posts
  • 0 Solutions
  • 14 Kudos given
  • 9 Kudos received

User Activity

Hi all, Passing a table in to a where clause instead of the individual values significantly affects performance, even compared to using & to join all the where phrases into one. What is the query doing under the covers? 1#.eoh.f date SRC PRICE_TYPE I...
Hi all, We've installed PyKX with pip on an Amazon Linux EC2 instance, and when importing the package in a python session there are some "libcrypto* missing" errors. It seems like these might be associated with OpenSSL 1.1, whereas we have 3.0.8. Is ...
Hi all, I would like to understand the following behaviour: If the dictionary values are all atoms of the same type, treating the dictionary as a namespace will throw an error when retrieving a value. Otherwise it seems to work ok. q)dict:`FAWF`faw`e...
Hi all, We have a table with a mix of atom and string columns. Every time we query certain date partitions with a simple select: select from table where date = x we see the process mmap usage increase. The only way we know to reduce this is by restar...