Commit graph

1060 commits

Author SHA1 Message Date
Travis
41d334aeaf If a top-n query contains BitmapIDs, then treat N as having value 0. 2017-03-08 16:09:56 -06:00
Yuce Tekol
d3a3cf5d46 Merge pull request #325 from yuce/readme-update
Readme update
2017-03-08 00:08:35 +02:00
Travis Turner
3d8be89775 Merge pull request #368 from travisturner/performance-enhancements
Performance enhancements
2017-03-07 15:29:56 -06:00
Travis
b6430bcc09 remove code that is no longer used:
- `cacheoveride`
- `Bitmap.SetCount()`
2017-03-07 15:25:36 -06:00
Travis
75e12740d3 Merge branch 'master' into performance-enhancements 2017-03-07 15:07:21 -06:00
Matt Jaffee
59bbd583d7 Merge branch '273-use-subcommands' 2017-03-07 13:19:18 -06:00
Matt Jaffee
fa9586f64f remove useless print 2017-03-07 13:18:51 -06:00
Matt Jaffee
320110f011 tweak comments and remove dead code 2017-03-07 11:35:58 -06:00
Matt Jaffee
555a514e37 code review tweaks 2017-03-07 11:30:31 -06:00
Travis Turner
db0d305eef Merge pull request #2 from jaffee/perf-topn-fix
don't panic if 'n' not supplied to TopN
2017-03-07 09:34:28 -06:00
Travis
03e1f4f09b turn on bitmapCache support in openCache() 2017-03-07 08:57:03 -06:00
Matt Jaffee
c7caea6b30 fix short help strings on commands 2017-03-06 16:45:37 -06:00
Matt Jaffee
f463ab9d9b make inspect behave like pilosactl version 2017-03-06 16:37:41 -06:00
Matt Jaffee
6216c4fb8a don't panic if 'n' not supplied to TopN 2017-03-06 15:34:57 -06:00
Linh Vo
0971578f6b Merge pull request #358 from linhvo/retriction-frame
Restriction frame and db name
2017-03-06 14:18:29 -06:00
Yuce Tekol
61d2997aee Merge pull request #328 from yuce/make-docker-update
Make docker update
2017-03-06 21:36:37 +02:00
Linh Vo
4e31d02979 wrap regexp in function 2017-03-06 12:31:51 -06:00
Matt Jaffee
c419c082da update readme to reflect subcommands and pilosactl gone 2017-03-06 11:18:16 -06:00
Travis
5048fa1d72 Merge branch 'performance-enhancements-collapse' into performance-enhancements 2017-03-06 11:17:46 -06:00
Linh Vo
28580fd354 remove validate name from client 2017-03-06 11:10:23 -06:00
Travis
c3ed12c20e Refactor fragment.bitmap() so that it leverages bitmapCache and so that
it's no longer reponsible for updating the count cache.
This commit also helps SetBit/ClearBit performance by allowing them
to work against data from `bitmapCache` instead of loading bitmaps
from fragment.storage every time.
2017-03-06 11:06:22 -06:00
Linh Vo
c6a502efed fix review 2017-03-06 11:03:17 -06:00
Matthew Jaffee
f6b894030e Merge pull request #359 from jaffee/330-empty-queries
fix empty queries crashing pilosa
2017-03-06 10:33:49 -06:00
Matt Jaffee
756c44c17d fix bugs with pilosa server -config and remove dead code 2017-03-06 10:19:50 -06:00
Travis Turner
17910f8ed0 Merge pull request #362 from travisturner/roaring-clone-bug
have roaring clone() return the clone (as opposed to the original)
2017-03-06 10:16:45 -06:00
Travis
84c8484bb0 have roaring clone() return the clone (as opposed to the original) 2017-03-04 12:37:02 -06:00
Matt Jaffee
a47f93329e remove pilosactl and add version/build to root cmd 2017-03-03 15:24:39 -06:00
Matt Jaffee
64f007547e move bench to subcommand 2017-03-03 15:14:02 -06:00
Matt Jaffee
01020d06a8 mvoe check to subcommand 2017-03-03 15:05:59 -06:00
Matt Jaffee
ff532f2064 fix help text in restore command 2017-03-03 15:01:29 -06:00
Matt Jaffee
2c1929a063 move inspect to subcommand 2017-03-03 15:00:54 -06:00
Matt Jaffee
21478cb852 move restore to subcommand 2017-03-03 14:53:35 -06:00
Matt Jaffee
6dc164da69 fix copy/paste bug in export subcommand 2017-03-03 14:47:47 -06:00
Matt Jaffee
f20e6c193d move backup to subcommand 2017-03-03 14:46:45 -06:00
Matt Jaffee
312a9a5334 move sort to subcommand 2017-03-03 14:38:44 -06:00
Matt Jaffee
362539fe2d make export a subcommand 2017-03-03 14:21:17 -06:00
Matt Jaffee
e349dca06a move import to subcommand 2017-03-03 14:11:12 -06:00
Matt Jaffee
ed43eca004 move "config" to subcommand 2017-03-03 13:35:06 -06:00
Matt Jaffee
02c3c6d3e6 use cobra/viper and move cmd/pilosa to server subcommand 2017-03-03 13:03:57 -06:00
Matthew Jaffee
13d0b42c49 Merge pull request #346 from jaffee/273-breakout-pilosactl
273 breakout pilosactl
2017-03-03 10:48:36 -06:00
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