Hacker News new | ask | show | jobs
by riku_iki 814 days ago
To me the largest bottleneck is when you do large insert/update/create table as etc, all final writes serialize as single threaded ops, which makes it hard to scale for heavy ETL workflows.