tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
180 stars 24 forks source link

Execute big batches in smaller chunks #130

Closed haaawk closed 1 month ago

haaawk commented 1 month ago

This fixes two things.

  1. SQLD was just going OOM when the batch was too big
  2. Client memory usage was very high