onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Indexes versioning and tests #53

Closed einhverfr closed 8 months ago

einhverfr commented 8 months ago

Fixes #6

This applies the same roles and interfaces built for dimensions
to indexes and index fields.

At this point all tests are passing.  However some more testing
on index fields is needed.  And I would like to test the
create_statement function

Also have applied many fixes and additional test cases due to testing indexes.