workflowproducts / envelope

Publish web apps based on your PostgreSQL database fast!
https://workflowproducts.com/envelope.html
Apache License 2.0
53 stars 2 forks source link

GS-Table Crashes Page After Large INSERT #126

Closed justintocci closed 6 years ago

justintocci commented 6 years ago

The INSERT completes, but the page crashes.

The data was 5108 lines in a single column with an average 200 character length.

justintocci commented 6 years ago

Actually, this only happens if the console is open.

crosstocci commented 6 years ago

I've removed what I think was the problem: A console.log that logs the inserted data, in your case many thousands of characters of inserted data.

I inserted 40,000 rows with a single column containing 1000 characters, it works properly with the console open.