dolthub / dolthub/dolthub-issues

Commit diffs with many changed (and wide) tables times out

Open
#188 0 comments 0 reactions 1 assignee Claimed by @tbantle22 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.