comdb2 icon indicating copy to clipboard operation
comdb2 copied to clipboard

Wrap system tables in an *_all version that queries all nodes.

Open mponomar opened this issue 3 years ago • 3 comments

Makes it easy to fetch, for example, all query fingerprints across the db with a single query.

mponomar avatar Sep 11 '21 15:09 mponomar

🥇

akshatsikarwar avatar Sep 13 '21 13:09 akshatsikarwar

Was the medal for the most failing test cases?

mponomar avatar Sep 13 '21 13:09 mponomar

TODO:

  • Some deadlock potential when we run SQL from an SQL thread against ourselves - we should uncount our SQL thread at least.
  • Fix tests (systables changes break tests, somewhat expected)
  • Make sure we're cleaning up correctly (xDisconnect vs xDestroy methods)

mponomar avatar Sep 13 '21 18:09 mponomar