What are your storage needs currently? I would like to do something similar, started off doing it in MySQL but getting all the data means gigs and gigs of space is needed.
You are viewing a single comment's thread from:
What are your storage needs currently? I would like to do something similar, started off doing it in MySQL but getting all the data means gigs and gigs of space is needed.
postgres=# SELECT pg_size_pretty( pg_database_size('hive') ); pg_size_pretty ---------------- 181 GB (1 row)
181 GB for hivemind. But beware, Hive doesn't store all the data of the blockchain.
Thanks for this, I see it's a Postgres db in the back then.
I am interested in only a subset of the data. Is it possible to filter posts where the parent id is empty (i.e. only get back posts, not comments)?
Going to read up a bit more.