Modifications to tickerplant

https://learninghub.kx.com/forums/topic/modifications-to-tickerplant

I know you can add gateways, load balancers, authentication etc.

But is there any resources on modifications you can make to the tickerplant itself and when you should make these?

Here are some links and resources. What changes you may make depend heavily on your data and use-case:

  • Whitepaper: https://code.kx.com/q/wp/rt-tick/
  • Tick configuration: https://code.kx.com/q/kb/kdb-tick/
  • Tick architecture: https://www.defconq.tech/docs/architecture/plain
  • Tick source code: https://github.com/KxSystems/kdb-tick/blob/master/tick.q
  • Similar recent question: https://stackoverflow.com/questions/78278007/problems-and-solutions-for-an-increased-amount-of-tick-data-in-kdb-q
  • Custom tick partitioning: https://kx.com/blog/partitioning-data-in-kdb/
  • TorQ tickerplant modes: https://dataintellecttech.github.io/TorQ/Processes/#tickerplant


Thanks for sharing these insights mate