-
I got below error after comping sample . Can someone please help ? I
Environment : 2 GB Memory / 60 GB Disk / Ubuntu 22.04 (LTS) x64
Compiling libduckdb-sys v0.9.2
The following warnings were em…
-
When importing HLL data to vertica the only real choice is to use HEX. Vertica can only import hex_to_binary into a binary column. I've overloaded HLL_MERGE_COMPUTE to use varbinary as an input type. …
-
On the search screen the users are informed what is contained in their search:
xxxxxxxx pages in xxxxxxx websites between DDMMYY and DDMMYY
I realise the terms 'page' and 'website' might be prob…
-
## CVE-2021-32672 - Medium Severity Vulnerability
Vulnerable Library - redis6.2.6
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of value…
-
Hi,
I installed new redis server 2.8.17 on two server, but the time of exec make test is not near.
Since the resource of server is near, so i am not sure the long time make test is ok or not.
So …
-
Hello, trying to compile v0.10.0 on my mac, I get *a lot* of errors from the c++ compiler (from xcode 14) about missing includes.
```text
cargo:warning=ToolExecError: Command env -u IPHONEOS_DE…
-
We found that the dense-encoding part of HyperLogLog can be significantly accelerated by SIMD instructions.
Our benchmark tests the performance of merging 3 dense hll structures.
```
pfcount ke…
-
Currently, there's no way to get "How many events were received with the same unique ID?". It would be nice to have all the same functions for that as now offered for `value` events.
In pseudocode …
-
say I get a stream of data: {machineCode: "", lat: , lon: }
And I want to display a count of such datums per machineCode.
Is there a way to efficiently get all the unique machine codes? or should …
-
The following is the discussion with Mayank on slack:
Mark: Hi Team, I have seen that in 0.4.0, pinot has implemented the initial version of theta-sketch based distinct count aggregation function, …