Home

KDB+ q tips and tricks that I have used

Tag: KDB+Q process

  • How to kill long running query on a q process?

    sometime we may want to kill the long running query as it might be taking longer time or it may be wrong query. or pure select query without where clause which cause process to fetch all the records and it takes time, To kill long running or invalid query on KDB+Q process on Linux\Unix we…