- 
                Notifications
    
You must be signed in to change notification settings  - Fork 47
 
Open
Description
Description
When I run a fetch query with a large number (eg: 10000) results, more than one time, Studio freezes and stops responding. I'm assuming because it can't handle the rendering a second time.
The query I run fetches all the attributes of an entity (each having ~10 attributes).
Environment
- TypeDB distribution: Core
 - TypeDB version: 2.26.0
 - Environment: Mac
 - Studio version: 2.26.0
 
Reproducible Steps
- Set up
Run a fetch query which fetches ~10000 results (each entity in the response with ~10 attributes) 
Additional information
Relevant logs from TypeDB or Driver: No error logs in TypeDB server. Problem probably only has to do with Studio rendering it.
Possible solution to this specific case: I'm not aware of the feasibility of this, but if there could be an option for a user to manually clear the output buffer or even Studio clears the output buffer on its own?