Skip to content

SQLIndex: fix get_blob so it doesn't load large blob in memory

Zehao Chen requested to merge zchen723/fix-cas-get-blob into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

This MR fixes SQLIndex.get_blob to use the correct method of the dependency under the hood to prevent out-of-memory error when reading a very large blob.

Merge request reports