-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
Currently, the AgentFSFile::write_data_at_offset() does a SELECT + INSERT OR REPLACE, which is wasteful. Let's switch to blob API as soon as we have it for better write performance.
Reactions are currently unavailable