Olof Rensfelt
3eec10a43c
Add drop hypertable support.
2017-01-16 21:02:56 +01:00
Erik Nordström
5506d80067
Add support for closing chunks based on size
2017-01-13 17:55:53 +01:00
Rob Kiefer
93bbba8e0b
Update docs to expand and clarify data structures and concepts
2017-01-11 12:35:54 -05:00
Matvey Arye
f7253fe12a
Fix insert of batches that span multiple space partitions
2017-01-06 13:52:32 -05:00
Rob Kiefer
cca1d654d7
Remove insert temp table, just use main table as temp insert location.
2017-01-02 23:18:44 -05:00
Rob Kiefer
ff7762ea9e
Update hypertable metadata table to include 'insert_temp_table' and keep the insert temp table in-sync with root in terms of fields.
2017-01-02 16:50:38 -05:00
Matvey Arye
e386a45213
Make DDL operations work on top of the main table
...
Instead of having specialized functions to alter the schema
of hypertables, we use event triggers on a hypertable's main
table. This allows for a more natural user experience.
2016-12-21 17:42:39 -05:00
Olof Rensfelt
0f3aa8d557
* Add _meta schema to allow all code to be loaded on both meta and nodes.
...
* Split SQL into functions and setup.
* Remove hash-lib dependency.
* Makes code into Postgresql extension.
2016-12-20 16:10:59 +01:00