kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! mmap increasing every time table is queried

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...

eohara_kdb by New Contributor II
  • 888 Views
  • 10 replies
  • 1 kudos

SSL_CIPHER_LIST RESET ciphers configured.

Hello TeamI wanted to remove weak ciphers configured using SSL_CIPHER_LIST to avoid vulnerabilities. I tried exporting the parameter using (SSL_CIPHER_LIST) getting same set of ciphers configured earlier post restart.Can someone please help me? Thank...

KPC by New Contributor
  • 715 Views
  • 3 replies
  • 0 kudos

KDB-TICK with Docker-Compose

Docker image-based container environment has been widely used. However, the Docker Compose for KDB-TICK is not found. Can I get some documents for reference? The image of Docker Hub is mostly 32bit. The 32-bit version is no longer available. Do I hav...

k-mambo by New Contributor III
  • 744 Views
  • 2 replies
  • 0 kudos

Resolved! Why regular expression doesn't work with bracket?

I have below codes. Why the regular expression doesn't work with {2}? The last 2 lines should be 1b instead. How to make it work? Thanks. "42" like "[0-9][0-9]"; // i.e. 1b"42" like "[0-9]{2}"; // i.e. 0b "42" like "[0-9]{2,2}"; // i.e. 0b

vivo by New Contributor III
  • 607 Views
  • 2 replies
  • 0 kudos

License Host Limit

We purchased a 2-core license. Is there no host limit per license? if when I configure the tick system with multiple servers, I would like to know if I can use it as one license.

k-mambo by New Contributor III
  • 497 Views
  • 1 replies
  • 0 kudos