- Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
The PostgreSQL schema currently has a unified message
table, however, the table is fed from separate CSV files.
In order to allow for easier easy experimenting, we are to add an options to the PostgreSQL converter (load.sh
):
PG_CREATE_MESSAGE_FILE
: control creating a unifiedmessage
data file of posts and comments. Possible values:no
: don't create message file, as we traditionally did. This is the default.create
: create message file, with no guarantee on being sortedsort_by_date
: create message file, sorted by creation date