We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving a PostgreSQL error indicating that the "documents" table does not exist in the database.
npm run benchmark > [email protected] benchmark > ts-node src/index.ts Error querying data from PostgreSQL: error: relation "documents" does not exist at /... /node_modules/pg-pool/index.js:45:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) { length: 109, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '371', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', line: '1449', routine: 'parserOpenTable' } error: relation "documents" does not exist at /... /node_modules/pg-pool/index.js:45:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) { length: 109, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '371', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', line: '1449', routine: 'parserOpenTable' }
Also tired:
The benchmark should run
The text was updated successfully, but these errors were encountered:
the benchmark framework also supports loading data from a local directory.
feel free to download the dataset here, and add it to data folder
data
Sorry, something went wrong.
No branches or pull requests
PostgreSQL Table Error: "documents" relation does not exist
Error Description
Receiving a PostgreSQL error indicating that the "documents" table does not exist in the database.
Error Details
Steps to Reproduce
Also tired:
Expected Behavior
The benchmark should run
The text was updated successfully, but these errors were encountered: