Is there in KDB/Q any way to check integrity of a partitioned table?

483 views Asked by At

Is there in KDB/Q any way to check integrity of a partitioned table?

Thank you very much for your help!

1

There are 1 answers

1
terrylynch On

There's nothing really out-of-the-box unless you consider some of the newer .Q functions useful (e.g. http://code.kx.com/q/ref/dotq/#qbv-build-vp)

Aaron Davies has a proof of concept of a "hdb checker" but I'm not sure how complete it is: https://github.com/adavies42/qist/blob/master/lib/hdb_assert.q