TorQ Blog Posts

Creating a Custom Application

Something that is not immediately clear is how a custom application built on TorQ should be structured and deployed. This blog outlines how a custom application should be structured.

Avoiding End-of-Day Halts

kdb+tick is great, but there’s a problem- when the RDB (real time database) writes to disk on its daily schedule, users cannot access that day’s data until the write out is complete. this blog post details how TorQ solves this problem.

Fast, Flexible, Low Memory End-Of-Day Writes

A discussion on which method you should use for an end-of-day sort in TorQ.

End-of-Day Parallel Sorting

Details on how TorQ utilises sortworkers to vastly speed up the end-of-day sort.

Broadcast Publish

kdb+ v3.4 introduces a new broadcast feature that reduces the work done when publishing messages to multiple subscribers. This blog post explains how and why to use this feature.

Recovering Corrupt Tickerplant Logs

Corrupt tickerplant logs are a curse that no one deserves but that doesn’t stop them from happening even to the best of us. However, all hope is not lost as it is possible to recover the good messages and discard the bad. In this post we will extend upon the standard rescuelog procedure to recover as much as possible from the log file.

kdb+ Gateways

The advantages and methods of using a gateway in a kdb+ tick system.

Faster Recovery With kdb+ tick

How to effectively recover a process to its previous state after a crash using the RDB instead of the tickerplant log.

Parallel kdb+ Database Access with QPad

We’ve been working with Oleg Zakharov, who created QPad, to implement asynchronous querying and allow users to run multiple concurrent queries more efficiently. This blog explains how it works.

TorQ Permission Framework

An in depth and interactive post explaining TorQ permissioning.