hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
80 stars 25 forks source link

Refactor Postgres' import_data #23

Closed Bensk1 closed 4 years ago

Bensk1 commented 4 years ago

It should call COPY on the server, similar to that:

self.exec_only(f"COPY {table} FROM '/tmp/{path}' WITH (FORMAT csv, DELIMITER '{delimiter}')")