itaiad200
itaiad200
Why is this a bug for exported tables only? AFAICT @kesarwam opened the issue before we exported the tables
@N-o-Z notice this issue
> > It's probably just me, but I don't understand how it solves anything. Also - @N-o-Z could you take a look too? I don't remember why we decided to...
@nopcoder please add a reminder for x weeks to delete it from the API.
Waiting for more clients to upgrade to a version where the Summary field is Optional. It will probably take months.
@arielshaqed I addressed your comments trying to wrap up this PR. I'll merge it after tests pass.
@nopcoder don't we have it with lakectl?
One idea I had to significantly reduce the RCUs (DynamoDB measurement for read capacity) is to batch GetItem requests with [Query](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html). Unlike GetItem, or even BatchGetItems, the RCUs for Query...
We believe most of the bottlenecks are network related and that the S3GW redirect should resolve most of them: https://github.com/treeverse/lakeFS/pull/7630
Here are a few options that might fulfill the requirement: 1. Commit the table in the source branch and then use cherry-pick of that commit to the destination branch. 2....