Is there in KDB/Q any way to check integrity of a partitioned table?
Thank you very much for your help!
Is there in KDB/Q any way to check integrity of a partitioned table?
Thank you very much for your help!
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