SocialHarvest / harvester

The Social Harvest server that exposes an API and harvests data from the web to be analyzed.
Other
112 stars 43 forks source link

Add partitioning #60

Open tmaiaroto opened 10 years ago

tmaiaroto commented 10 years ago

Add partitioning options for Postgres via a trigger. Probably use: https://github.com/keithf4/pg_partman

Though I was trying to add code to create partitions on cron jobs within Social Harvest (and did). I'd have to expand on it though. This manager repository seems to have some functions all ready to go that would work well for Social Harvest's needs. Might need modification on date ranges though.