mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
* Performance improvements for executions count on Postgres As reported by a community member https://community.n8n.io/t/stress-load-testing/4846/5 and https://github.com/n8n-io/n8n/issues/1578, when using postgres with a big volume of executions, the executions list's performance degrades. This PR is aimed at Postgres specifically by querying postgres' stats collector instead of running a full table scan, providing a good estimate. More can be read here: https://www.citusdata.com/blog/2016/10/12/count-performance/ * Removed order of magnitude so we display closer numbers * Making count based on statistics only when not applying filters * ⚡ Minor styling improvements Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> |
||
|---|---|---|
| .. | ||
| databases | ||
| ActiveExecutions.ts | ||
| ActiveWorkflowRunner.ts | ||
| CredentialsHelper.ts | ||
| CredentialsOverwrites.ts | ||
| CredentialTypes.ts | ||
| Db.ts | ||
| ExternalHooks.ts | ||
| GenericHelpers.ts | ||
| index.ts | ||
| Interfaces.ts | ||
| LoadNodesAndCredentials.ts | ||
| Logger.ts | ||
| NodeTypes.ts | ||
| Push.ts | ||
| Queue.ts | ||
| ResponseHelper.ts | ||
| Server.ts | ||
| TagHelpers.ts | ||
| TestWebhooks.ts | ||
| WebhookHelpers.ts | ||
| WebhookServer.ts | ||
| WorkflowCredentials.ts | ||
| WorkflowExecuteAdditionalData.ts | ||
| WorkflowHelpers.ts | ||
| WorkflowRunner.ts | ||
| WorkflowRunnerProcess.ts | ||