Skip to content

Tags: DataIntellectTech/TorQ

Tags

v5.2.16

Toggle v5.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Modified compressfromtable function to leverage the worker multithrea…

…d ability (#732)

Added a functionality to utilize sortworker threads in case of multithreaded compression for WDB

v5.2.15

Toggle v5.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#725 use hdbtypes and gatewaytypes (#729)

* #725 remove gateway connection

* #725 use hdbtypes and gatewaytypes

v5.2.14

Toggle v5.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
720-fixes-for-kdb-x (#721)

v5.2.13

Toggle v5.2.13's commit message
merge.q now generates list of groups of first character syms to group…

… save with in wdb.q, updated wdb.q to handle partition flag partbyfirstchar

v5.2.12

Toggle v5.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only upsert once for each distinct character group (#714)

* Only upsert once for each distinct character group

* .Q.fu optimisation.

Co-authored-by: Ryan Cheale <[email protected]>

* Reduced changes to upserttopartition

---------

Co-authored-by: Ryan Cheale <[email protected]>

v5.2.11

Toggle v5.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Partbyinitialchar (#712)

* Commit for parting by first character of symbol column in WDB, and end of day sort/merge for this partitioning

v5.2.10

Toggle v5.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add parallel compression for multithreaded process (#711)

* Add parallel compression for multithreaded process

* Ammendments to the parallel_compression logic to
clean the code and make it more modular depending
on threads count

v5.2.9

Toggle v5.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding replaymaxrows for optional row count on recovery (#688)

v5.2.8

Toggle v5.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix partbyenum to enumerate against placeholding symbol (#691)

Fix partbyenum logic to enumerate against TORQNULLSYMBOL symbol in the event of a null partition name

v5.2.7

Toggle v5.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix IDB intraday write (#689)