drsnyder / poky

PostgreSQL key value store
MIT License
13 stars 1 forks source link

Partitioning support #21

Closed drsnyder closed 11 years ago

drsnyder commented 11 years ago

This pull request adds support for partitioning the poky table on postgresql. Since it was fairly trivial, I added support for both partitioned and flat configurations. There is also a migration to go from flat to partitioned.

/cc @frankfarmer @loganlinn

frankfarmer commented 11 years ago

Feeling pretty good overall about this PR at this point.