HVF / HVF/franchise

Too many rows to serialize on postgres

Open
#19 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4k
Forks
262
PR merge metrics
No merged PRs in 30d

Description

I think the initialization is struggling with the amount of data in my database and it's timing out. Can you add an option to not serialize?

Error:
```
received: {"action":"exec","sql":"SELECT table_schema, table_name, column_name\n FROM information_schema.columns \n WHERE table_schema not in ('pg_catalog', 'information_schema', 'pg_internal')","id":3}
Error: Too many result rows to serialize: Try using a LIMIT statement.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.