Files
dolt/go/store
Aaron Son c3af0c6b84 go/store/nbs: aws_table_persister.go: Convert to using s3manager.Uploader instead of hand rolled multipart upload.
s3manager.Uploader gets us pooled byte slices, sane sizing and concurrency
limits, optimizations to use io.ReadSeeker when it's available, etc.

Fixes a bug where aws_table_persister could have unbounded memory usage,
proportional to the size of the file, when uploading large table files to S3.
2023-10-25 16:27:58 -07:00
..
2023-03-06 13:12:35 -08:00
2023-10-16 08:47:31 -07:00
2023-06-27 17:00:01 +08:00
2023-10-16 08:47:31 -07:00

dolt/go/store

The persistence layer for dolt. Based on noms, but adapted for storing table data.