You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Level indexes in db2 use 'json' encoding, which means JSON.stringify / JSON.parse.
https://github.com/fastify/fast-json-stringify is 2x faster than JSON.stringify, but ONLY if the payload is small and fits a strict format, which for level indexes, is true in our case.
The text was updated successfully, but these errors were encountered:
Level indexes in db2 use 'json' encoding, which means JSON.stringify / JSON.parse.
https://github.com/fastify/fast-json-stringify is 2x faster than JSON.stringify, but ONLY if the payload is small and fits a strict format, which for level indexes, is true in our case.
The text was updated successfully, but these errors were encountered: