Hacker News new | ask | show | jobs
by Hytak 570 days ago
Hi, migrations are 1 select statement + `n` insert statement for `n` rows right now.

This might be improved to insert in batches in the future without changing the API.

1 comments

I imagine a select on 1B rows will be equally problematic :)

But you are right, it’s not something you necessarily have to worry about now. It just means it doesn’t work for our use case.

Just figured I should point it out.