Matt Jaffee
57de42bb91
fix empty queries crashing pilosa
2017-03-02 16:27:45 -06:00
Linh Vo
69cfdb0df9
clean up
2017-03-02 16:06:34 -06:00
Travis
c013661880
bug fix in SimpleCache.Fetch (really just reverting my change)
2017-03-02 16:00:34 -06:00
Linh Vo
a39ab12ecc
Merge branch 'master' of github.com:pilosa/pilosa into retriction-frame
2017-03-02 15:27:51 -06:00
Linh Vo
5aea6095f0
add tests
2017-03-02 15:27:33 -06:00
Travis
cbac9ec88b
move BitmapCache into cache.go. adjust some variable names for clarity
2017-03-02 15:17:21 -06:00
Todd Gruben
def03f3a45
more TopN tests
2017-03-02 15:07:10 -06:00
Yuce Tekol
41b6a6f49c
Merge pull request #342 from yuce/setbit-time-format-315
...
Setbit time format. Implements ticket 315
2017-03-02 22:45:29 +02:00
Todd Gruben
9237e7b699
rank cache update after count
...
heap sort order backwards
WIP TopN accuracy
adjusted first phase topn to collect all slices id's
incorrect handling of large topns
cache performance enhancement
fix for failed test TestMain_FrameRestore
remove unused code and fix some variable names
2017-03-02 12:32:53 -06:00
Todd Gruben
26041563fa
fix for failed test TestMain_FrameRestore
2017-03-02 10:36:35 -06:00
Cody Soyland
4b99cfe374
Merge pull request #344 from codysoyland/travis-fix
...
Install glide from ppa before running Travis tests (#343 )
2017-03-02 09:24:41 -06:00
Todd Gruben
527ff5682f
cache performance enhancement
2017-03-01 15:14:00 -06:00
Todd Gruben
62a59f2bd1
incorrect handling of large topns
2017-02-28 14:01:30 -06:00
Ben Johnson
246649b0c8
Merge pull request #329 from benbjohnson/schema
...
Add basic schema support.
2017-02-28 12:27:39 -07:00
Todd Gruben
5ef4d6fa6b
adjusted first phase topn to collect all slices id's
2017-02-27 19:34:33 -06:00
Todd Gruben
3b309d0d51
WIP TopN accuracy
2017-02-27 18:25:45 -06:00
Cody Soyland
b27a935381
Using Travis addons instead of before_install to continue using container-based infrastructure
2017-02-27 14:22:14 -06:00
Todd Gruben
fd800e130c
heap sort order backwards
2017-02-27 12:43:31 -06:00
Todd Gruben
ab52a803b8
rank cache update after count
2017-02-27 12:42:36 -06:00
Travis
c368288638
fix BulkAdd comment
2017-02-27 11:54:59 -06:00
Travis
22e9c1cafa
modify needsSlices() to use call.Name
2017-02-27 11:33:55 -06:00
Matt Jaffee
bcff80abad
remove some leftovers from benchmark removal
2017-02-24 16:13:46 -06:00
Matt Jaffee
33d2ecf6b7
remove unused vendor stuff
2017-02-24 15:51:02 -06:00
Matt Jaffee
77372fe3cc
remove creator/bagent/bspawn
2017-02-24 15:50:26 -06:00
Travis
b6907c4e19
add TODO to make MaxIdleConnsPerHost configurable
2017-02-24 13:29:14 -06:00
Travis
de1a779d41
remove unused MaxSlice from DB
2017-02-24 13:20:04 -06:00
Travis
846b528c52
change the names of Simple, turbo to SimpleCache, bitmapCache
2017-02-24 13:18:29 -06:00
Travis
b4d6181285
no longer need to implement Refresh() since that was removed`
2017-02-24 12:57:41 -06:00
Travis
5f209cd063
first pass at merging the umbel-perf-improvements pass into master
2017-02-24 12:55:09 -06:00
Travis
6cd29a129d
Merge branch 'umbel-perf-improvements' of https://github.com/pilosa/pilosa into umbel-perf-improvements
2017-02-24 12:18:18 -06:00
Cody Soyland
0c21c583fb
Install glide from ppa before running Travis tests ( #343 )
2017-02-24 09:08:49 -06:00
Yuce Tekol
6f645b9db5
SetBit uses TimeFormat. Implements 315
2017-02-24 16:35:41 +03:00
Yuce Tekol
0242356849
Merge remote-tracking branch 'upstream/master'
2017-02-24 15:51:30 +03:00
Yuce Tekol
e79abf21f7
Merge branch 'master' of github.com:yuce/pilosa
2017-02-24 15:50:54 +03:00
Cody Soyland
64db5e0f23
Merge pull request #335 from codysoyland/ci-badge
...
Add build status to README
2017-02-23 15:56:10 -06:00
Todd Gruben
ff52ffa047
WIP TopN optimization
2017-02-23 15:08:18 -06:00
Cody Soyland
7a7869aea6
Add build status to README
2017-02-23 11:26:34 -06:00
Travis
3f65795463
Merge remote-tracking branch 'upstream/umbel-perf-improvements' into umbel-perf-improvements
2017-02-23 11:14:20 -06:00
Todd Gruben
774dc14412
handle empty Union/Intersect
2017-02-22 18:11:06 -06:00
Yuce Tekol
c2afa6491d
Updated README for docker usage
2017-02-21 23:08:41 +03:00
Linh Vo
7d30b72d43
add restriction database
2017-02-21 10:09:49 -06:00
Todd Gruben
43ede4d9c8
WIP increase caching and topn adjustments
2017-02-21 09:28:01 -06:00
Matthew Jaffee
0d54221f5e
Merge pull request #331 from travisturner/roaring-union-bug
...
handle `unionArrayBitmap` width of bitmaps correctly
2017-02-20 22:01:26 -06:00
Travis
b08e6bee1e
handle unionArrayBitmap width of bitmaps correctly
2017-02-20 21:31:58 -06:00
Travis
d66e368843
handle unionArrayBitmap width of bitmaps correctly
2017-02-20 18:02:24 -06:00
Ben Johnson
7de0293034
Add basic schema support.
...
Databases and frames now require explicit creation and have the
option of setting row & column labels. If no labels are provided
then the default `id` and `profileID` labels are used.
2017-02-20 13:55:03 -07:00
Yuce Tekol
c7a0aa371d
Installs glide in the docker container
2017-02-20 20:11:58 +03:00
Yuce Tekol
2ecea00515
updated README to have TopN(frame=bar) variant
2017-02-19 21:09:12 +03:00
Yuce Tekol
21e7d7e209
Merge remote-tracking branch 'upstream/master'
2017-02-19 21:08:06 +03:00
Cody Soyland
6c6a528ad7
Merge pull request #322 from codysoyland/build-process
...
Build process and vendor removal
2017-02-18 07:58:22 -06:00