Edd Robinson
e0cddadffd
Allow TSI cache to be dynamically altered
2018-12-07 18:35:25 +00:00
Ben Johnson
98d24f7e3c
Merge pull request #1625 from influxdata/remove-influxdb-dependency
...
Remove influxdb dependency.
2018-11-29 14:23:00 -07:00
Ben Johnson
0084d4d824
Remove influxdb dependency.
2018-11-29 11:44:22 -07:00
zhulongcheng
ed799a3d6c
remove Index.CreateSeriesIfNotExists
2018-11-21 20:16:45 +08:00
Jeff Wendling
22e23d6e31
final touches
...
- move default directories to the storage package
- make the directory layout match before
- clean up some dead missed functions
2018-11-08 11:39:36 -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
594664a876
remove RegisteredIndexes tests
2018-11-05 00:00:02 +08:00
Mark Rushakoff
985c260af7
chore(storage,tsdb): fix megacheck errors
2018-11-01 12:54:46 -07:00
zhulongcheng
9d29874e20
move SeriesFileDirectory constant to defaults package
2018-10-27 02:08:31 +08:00
zhulongcheng
427d719af8
remove tsdb.IndexSet tests
...
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
Jonathan A. Sternberg
e7e17d6972
refactor: move the logger package from influxdb to platform
...
We are moving the necessary code for 2.0 from the influxdb 1.X
repository to the platform 2.0 repository. The logger is an unnecessary
dependency on the old influxdb that is making life more complicated.
2018-10-10 15:49:07 -05:00
Jeff Wendling
0360fc418c
Remove empty index package for tsi1
2018-10-08 13:18:30 -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
7de29bfe01
Update tsi1 package from OSS
2018-10-01 12:08:37 +01:00
Edd Robinson
3385f389f7
Update tsdb package from OSS
2018-10-01 12:08:37 +01:00