OdyseeTeam / chainquery

Chainquery parses and syncs the LBRY blockchain data into structured SQL
https://lbry.tech
MIT License
2.25k stars 42 forks source link

Reduce data stored in DB #160

Closed tiger5226 closed 3 years ago

tiger5226 commented 3 years ago

Remove rarely used columns

Start with transaction.raw

kauffj commented 3 years ago

Alternatively, explore schema for desired chainquery data.

tiger5226 commented 3 years ago

I do want to do that, to make CQ more accessible. Created an issue for that. I would like to look into that.