jonatas / timescaledb

The timescaledb gem. Pack of helpers to work with TimescaleDB extension in Ruby.
https://jonatas.github.io/timescaledb/
MIT License
61 stars 18 forks source link

Fast inserts with copy data #60

Closed jonatas closed 5 months ago

jonatas commented 5 months ago

💡 Idea: Make a lightweight prepare statement as a lib that we can use copy_data directly from PG.

Upvote if you think it would be useful.

jonatas commented 5 months ago

@santiagodoldan would love to hear your thoughts.

jonatas commented 5 months ago

I just tried bulk_insert gem and it's just do the work 🎉