Moving a billion Postgres rows on a $100 budget
blog.peerdb.io
Moving a billion Postgres rows on a $100 budget
1–10 of 71 posts
Re: Moving a billion Postgres rows on a $100 budget
#2Re: Moving a billion Postgres rows on a $100 budget
#3Re: Moving a billion Postgres rows on a $100 budget
#4If someone is price conscious, why move from postgres to snowflake?
My first thought was that you could stay on Postgres and save that $100 by using the secret power of Open Source.
Well said.
Re: Moving a billion Postgres rows on a $100 budget
#5If someone is price conscious, why move from postgres to snowflake?
Re: Moving a billion Postgres rows on a $100 budget
#6If someone is price conscious, why move from postgres to snowflake?
Its not about being price conscious, its about finding an efficient way to replicate data into your data warehouse.
Re: Moving a billion Postgres rows on a $100 budget
#7I only knew Snowflake the id selection algorithm, so was a bit confused, but googling "snowflake db" showed me this blurb and now I'm even more confused.
> Snowflake enables organizations to learn, build, and connect with their data-driven peers. Collaborate, build data apps & power diverse workloads in the ...
Re: Moving a billion Postgres rows on a $100 budget
#8Re: Moving a billion Postgres rows on a $100 budget
#9I just had to move 500 million "rows" into S3, and it came in at about $100. I would expect S3 to be more expensive.
Re: Moving a billion Postgres rows on a $100 budget
#10How about 11b and a horrible python script over to parquet to your wee little NAS for your homelab?