dalibo / explain.dalibo.com

PEV2 Flask service. Visualizing and understanding PostgreSQL EXPLAIN plans made easy.
PostgreSQL License
44 stars 16 forks source link

Errors 413 Request entity too large are not shown to user #12

Open pgiraud opened 2 years ago

pgiraud commented 2 years ago

In case of a very large plan, a 413 error may be raised by the server. Unfortunately, currently the user is not told anything.

In this case, we cood suggest to use the standalone browser only version.