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
In order to allow for easier easy experimenting, add an option to the PostgreSQL converter (load.sh):
PG_LOAD_TO_DB
load
skip
The text was updated successfully, but these errors were encountered:
We could use a similar approach to the Cypher loading script, which currently works as follows: https://github.com/ldbc/ldbc_snb_implementations/blob/e5ec590e0fb18d7f2a5218b10561a48a619a5bda/cypher/load-scripts/load-in-one-step.sh#L1-L3
Sorry, something went wrong.
Add option to skip loading but generate only data files for PostgreSQL.
0dc7f67
#69
Fixed by PR #125.
jmarton
No branches or pull requests
In order to allow for easier easy experimenting, add an option to the PostgreSQL converter (load.sh):
PG_LOAD_TO_DB
: controls whether we want to do or skip database loading phase. Possible values are:load
: loads to the database, as one might expect. This is the default.skip
: skip loading to the database.The text was updated successfully, but these errors were encountered: