Matvey Arye
ce5e1aecd7
Changes to Makefile and associated scripts to make docker commands act as expected + to mount a data volume
2017-01-24 14:59:54 -05:00
Rob Kiefer
29bc320cfb
Add Getting Started instructions to README
2017-01-19 14:53:38 -05:00
Matvey Arye
64526426c5
Allow single-node deployments that use one database.
...
Allowing database deployments that use the same database for both the
meta and node roles simplifies operations when iobeamdb is deployed on
a single-node. It allows the database to operate without any
cross-network communication (either through dblink or postgres_fdw) and
thus offers stronger consistency guarantees.
2017-01-18 19:03:53 -05:00
Rob Kiefer
0ec5095cf5
Cleanup Makefile targets, script names, and README
2017-01-16 10:49:08 -05:00
Erik Nordström
a27f71b614
Rename add_hypertable() -> create_hypertable()
2017-01-16 14:45:15 +01:00
Matvey Arye
228b8eeab7
handle dblink correctlty for meta->data too
2017-01-13 13:25:46 -05:00
Matvey Arye
94ab3b95d6
Upadting docs
2016-12-23 16:21:01 -05:00
Matvey Arye
490019d20b
Use C parse-tree modifications to transform queries on main tables to that on replica tables
2016-12-23 14:32:45 -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