FiloDB
FiloDB copied to clipboard
Distributed Prometheus time series database
**Pull Request checklist** - [ ] The commit(s) message(s) follows the contribution [guidelines](CONTRIBUTING.md) ? - [ ] Tests for the changes have been added (for bug fixes / features) ?...
**Pull Request checklist** - [ ] The commit(s) message(s) follows the contribution [guidelines](CONTRIBUTING.md) ? - [ ] Tests for the changes have been added (for bug fixes / features) ?...
**Branch, version, commit** `develop` **Actual (wrong) behavior** There is a lot of evictions in dependency resolution also the following warning, when starting the application: ``` [2020-08-27 19:25:56,107] WARN akka.util.ManifestInfo [ManifestInfo(akka://akka-test)]...
I was wondering: do you have any E2E benchmarks of FiloDB? I'm not interested in the pure results, but more of how you're thinking of performance requirements for Filo. If...
**Branch, version, commit** **OS and Environment** **JVM version** **Scala version** **Kafka and Cassandra versions and setup** **Spark version if used** **Deployed mode** (client/cluster on Spark Standalone/YARN/Mesos/EMR or default) **Actual (wrong)...
The PR is WIP but sending out to get rough comments about the implementation. TODO: - [ ] Handle negative values with another sketch - [ ] Clean code **Pull...
**Branch, version, commit** **OS and Environment** Red Hat Enterprise Linux Server release 7.2 (Maipo) **JVM version** java -version java version "1.8.0_161" Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Java HotSpot(TM) 64-Bit...
**Branch, version, commit** **OS and Environment** CentOS Linux 7.3 **JVM version** JDK 1.8 **Scala version** Scala version 2.11 **Kafka and Cassandra versions and setup** Cassandra version 3.2 **Spark version if...
dse-spark1.4.8 branch For example => select * from loadtest.fdb_partition_test_chunks where "partition"=0x016101620163016401650166 and version=0; This query gives me data when i run it against C*. But when i translate this query...
https://github.com/vedantk/quotient-filter https://blog.acolyer.org/2017/08/08/a-general-purpose-counting-filter-making-every-bit-count/ Much more efficient than Bloom