home / github / issues_fts

Menu
  • GraphQL API

issues_fts: 268453968

This data as json

rowid title body
268453968 Ability to serialize massive JSON without blocking event loop We run the risk of someone attempting a select statement that returns thousands of rows and hence takes several seconds just to JSON encode the response, effectively blocking the event loop and pausing all other traffic. The Twisted community have a solution for this, can we adapt that in some way? http://as.ynchrono.us/2010/06/asynchronous-json_18.html?m=1
Powered by Datasette · Queries took 1.146ms