dolthub / dolthub/dolthub-issues
Commit diffs with many changed (and wide) tables times out
Open
bug
dolthubapi
- Dominant language
- No language data
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Offending diff: https://www.dolthub.com/repositories/dolthub/nba-players/compare/master/hpg80educhq1ed8h7d6tm3olbvkjn8l9 (also on dev)
The response from dolthubapi returns right away but getting the table diff list from the response in graphql is what times out
```ts
// Times out
const res = await api.getCommitDiff(req);
return `successful return. info: ${res.getTableDiffsList().length}`;
// Returns immediately
const res = await api.getCommitDiff(req);
return `successful return. info: ${res.getFromCommitName()}`;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.