Ben
Articles
-
Historical process fails to come up and reports "Packet len is out of range!"
ISSUE Historical server fails to come up and the following error is observed in the log file: 2019-12-16T10:11:06,965 WARN [main-SendThread(10.13.44.53:2181)] org.apache.zookeeper.ClientCnxn - Sess...
-
Migrating metadata from Postgres to MySQL
OBJECTIVE: To migrate the metadata database from Postgres to MySQL. ADDITIONAL INFORMATION: This article is specifically about migrating metadata from Postgres to MySQL. Overall steps for mi...
-
Getting exact count(distinct) results, using druid SQL
OBJECTIVE: To get exact count(distinct) results using druid SQL. ADDITIONAL INFORMATION: It's very difficult to get exact count(distinct) results in distributed databases, including druid (and us...
-
Using single-dimension partitioning to improve read performance
OBJECTIVE: Use single-dimension partition to improve query performance for certain queries. (Queries which filter on that dimension.) ADDITIONAL INFORMATION: In some cases, it can be helpful to ha...