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
The Spanner impl uses a single bsos field for batches, this is limited to 2.5 MB. Using an array or bytes would allow 10MB, but that's still relatively low. We should switch to an impl. like the SQL storage and use a table of bso's.
The text was updated successfully, but these errors were encountered:
The Spanner impl uses a single bsos field for batches, this is limited to 2.5 MB. Using an array or bytes would allow 10MB, but that's still relatively low. We should switch to an impl. like the SQL storage and use a table of bso's.
The text was updated successfully, but these errors were encountered: