druid/docs
benkrug 11746b8536
Update datasketches-hll.md (#12010)
under "Aggregators", about the lgK setting, it said "Must be a power of 2 from 4 to 21 inclusively."  21 is not a power of 2, nor is 12, the given default.  I think there may have been confusion because lgK represents log2 of K.  We could say "K must be a power of 2...", or just say lgK must be between 4 and 21.
2021-11-30 18:52:00 -08:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Design/architecture doc touchups (#11762) 2021-10-04 11:09:35 -07:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Improve the output of SQL explain message (#11908) 2021-11-25 21:08:33 +05:30
dependencies corrected leaderlatch name (#11966) 2021-11-22 11:58:42 -08:00
design Docs: Remove reference to deprecated field `targetPartitionSize` (#11974) 2021-11-23 15:32:16 +05:30
development Update datasketches-hll.md (#12010) 2021-11-30 18:52:00 -08:00
ingestion Support filtering data in Auto Compaction (#11922) 2021-11-24 10:56:38 -08:00
misc Adding safe divide function (#11904) 2021-11-17 08:22:41 -08:00
operations Add worker category dimension (#11554) 2021-11-18 22:59:07 -08:00
querying Specify time column for first/last aggregators (#11949) 2021-11-25 09:44:14 +05:30
tutorials Add inline native query example to tutorial (#11642) 2021-11-22 21:35:05 +08:00