upped buffer sizes and switched to 2xlarge to increase speed
This commit is contained in:
parent
1df9a234cf
commit
8dce702e8d
5 changed files with 10 additions and 8 deletions
|
|
@ -68,6 +68,8 @@ S3_PATH="s3://commoncrawl/cc-index/table/cc-main/warc/crawl=${CRAWL}/subset=warc
|
|||
LOCAL_INDEX="$HOME/cc-index"
|
||||
|
||||
QUERY="
|
||||
SET temp_directory = '${HOME}/duckdb_temp';
|
||||
|
||||
INSTALL postgres;
|
||||
LOAD postgres;
|
||||
ATTACH '${DB_URL}' AS pg (TYPE POSTGRES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue