influxdb/cluster
Tait Clarridge 45b3e61ac7 Add configurable shard duration to retention policies
Allows configuration of shard group duration at database creation, and retention
policy create/alter time.

Query examples:

```
CREATE DATABASE testdb WITH DURATION 90d SHARD DURATION 30m NAME rp_testdb
CREATE RETENTION POLICY rp_testdb2 ON testdb DURATION INF REPLICATION 1 SHARD DURATION 30m
ALTER RETENTION POLICY rp_testdb2 ON testdb SHARD DURATION 1h
```

This can be useful with long duration retention policies with lots of data, where
you can split into smaller shards to relieve memory pressure.
2016-03-24 00:25:49 -04:00
..
internal add support for remote expansion of regex 2016-03-11 12:40:07 -07:00
balancer.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
balancer_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
client_pool.go Use read locks instead of write lock for connection pools checkout 2015-06-08 11:21:07 -06:00
cluster.go add canonical paths 2016-02-10 11:30:52 -07:00
config.go limit series count in selection 2016-03-23 12:48:48 -06:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
meta_client.go DROP SHARD 2016-03-14 22:59:55 +00:00
meta_client_test.go DROP SHARD 2016-03-14 22:59:55 +00:00
points_writer.go modify WritePoints function signature for p products 2016-03-14 16:55:54 +00:00
points_writer_test.go modify WritePoints function signature for p products 2016-03-14 16:55:54 +00:00
pool.go Use a bounded pool for remote writes 2016-01-26 17:08:36 -07:00
query_executor.go Add configurable shard duration to retention policies 2016-03-24 00:25:49 -04:00
query_executor_test.go limit series count in selection 2016-03-23 12:48:48 -06:00
rpc.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
rpc_test.go add SeriesList marshaling 2016-02-25 15:38:16 -07:00
service.go DROP SHARD 2016-03-14 22:59:55 +00:00
service_test.go Send database and retention policy with remote writes 2016-03-01 21:23:03 -07:00