featurebase/docs
Matt Jaffee e7f65cf7be
implement global open file counter using syswrap
close files after using them if global max is passed.

I originally implemented this without the global count—just always closing files
when done with them, and reopening for new writes. This was crazy slow for that
one test that uses mustSetBits in a big loop. I modified the test to use
importRoaring and everything worked better (though much more slowly).

After adding the global counter, I ran the tests with that one test using
mustSetBits again, and the performance was similar to master. After completing
this PR, I ran the tests with the max limit set to 5—they still passed but were
much slower.
2019-03-23 14:52:16 -05:00
..
administration.md Merge Range() into Row() call. 2019-01-09 15:10:49 -07:00
api-reference.md Merge remote-tracking branch 'origin/master' into import-docs 2018-10-23 14:23:18 -05:00
architecture.md Minor fixes 2018-03-07 16:15:18 -06:00
client-libraries.md updated go client sample to match latest master 2018-08-29 23:13:04 +03:00
configuration.md implement global open file counter using syswrap 2019-03-23 14:52:16 -05:00
console.md Update alt text 2018-07-11 12:37:44 -05:00
data-model.md Merge Range() into Row() call. 2019-01-09 15:10:49 -07:00
examples.md More terminology updates 2018-07-05 18:12:30 -05:00
faq.md Improve FAQ 2018-05-15 14:44:27 -05:00
getting-started.md wip on adding import docs 2018-10-23 11:49:55 -05:00
glossary.md Fix links 2019-01-29 16:35:37 -06:00
installation.md made docker its own section 2019-01-16 20:58:52 +03:00
introduction.md another pass through the docs adjusting for fields and field types 2018-07-11 17:28:48 -05:00
pdk.md More terminology updates 2018-07-05 18:12:30 -05:00
query-language.md add Group By heading to query language docs 2019-02-06 12:49:57 -06:00
README.md Minor updates to contributing guide and docs readme 2018-05-11 14:42:29 -05:00
tutorials.md Fix links 2019-01-29 16:35:37 -06:00

Pilosa docs are maintained here, to stay in sync with the codebase. The format is Blackfriday markdown, with some Hugo front matter.

Please visit our website to view the docs complete with styles, diagrams, and comprehensive search. Internal links will only work on the website.

Have you found a discrepancy, typo, or other problem? Please submit an issue or a pull request!