Ben Johnson
0084d4d824
Remove influxdb dependency.
2018-11-29 11:44:22 -07:00
Jeff Wendling
0d411023f2
config: clean up
...
- Breaks the weird cycle that existed with the EngineOptions
- Removes a bunch of useless parameters
- Moves around a bunch of defaults
2018-11-08 11:39:36 -07:00
zhulongcheng
aeefeb2eed
remove RegisteredIndexes method
2018-11-04 21:56:57 +08:00
zhulongcheng
268832ee64
remove unused seriesPointIterator
2018-10-27 02:08:31 +08:00
zhulongcheng
0e9185f764
remove tsdb.Index interface
...
This fix is to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
c89c79dc02
replace tsdb.Index interface with tsi1.Index instance
...
This fix is to remove tsdb.Index interface to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
c1e732782e
remove tsdb.IndexSet
...
This fix is to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
28fecc1f6f
replace tsdb.IndexSet with tsi1.Index
...
This fix is to remove tsdb.IndexSet to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
e739afb77d
add tsi1.Index methods
...
These methods are copied from tsdb.IndexSet and modified slightly.
This fix is to remove tsdb.IndexSet to resolve #886 .
2018-10-27 02:08:31 +08:00
Jeff Wendling
ce3e1fa90d
Remove the fields index
...
This commit removes the remaining bits of the fields index. In doing
so, the buildCursor method on the engine would need to be updated.
It turns out, that code was statically dead, so delete it and anything
that depended on it. Additionally, delete anything as reported by
the unused tool in the tsdb package.
2018-10-15 10:22:07 -06:00
Edd Robinson
981b2cdbea
Skeleton storage engine
2018-10-04 10:24:43 +01:00
Edd Robinson
ea02772fc5
Pull in more pkg packages
2018-10-01 12:08:37 +01:00
Edd Robinson
074f263e08
Initial import of tsm1.Engine
2018-10-01 12:08:37 +01:00
Edd Robinson
aa433a723a
Removed some inmem references
2018-10-01 12:08:37 +01:00
Edd Robinson
e4cca868f4
Get TSI tests passing
2018-10-01 12:08:37 +01:00
Edd Robinson
fb0db04bc1
Initial import pkg package
2018-10-01 12:03:20 +01:00
Edd Robinson
f0ba72f227
Remove FGA auth hooks
2018-10-01 12:03:19 +01:00
Edd Robinson
04818c7859
Initial import of models package
2018-10-01 12:03:19 +01:00
Jeff Wendling
d44b583c4d
remove code as reported by the unused tool
2018-10-01 12:03:19 +01:00
Jeff Wendling
b0a317a34c
remove and document some things
2018-10-01 12:03:19 +01:00
Jeff Wendling
8a21a3568a
prune Shard and reorganize
2018-10-01 12:03:19 +01:00
Jeff Wendling
992884ab6c
initial import of tsdb package
2018-10-01 12:03:19 +01:00