-
## Feature request
**Is your feature request related to a problem? Please describe.**
First creating a table
```sql
CREATE TABLE `table1` (
`key1` int NOT NULL COMMENT "",
`key2` str…
-
I have created an Audit in Ubuntu 18. However, when I set 'add reporter Audit fileIO=true', it reported errors,and here are the mainly logs. What should I do? Thanks!!
`
2月 11, 2023 3:12:24 **上午…
-
Hi,
Could be possible to make use of net/rpc/jsonrpc to encode de response of bloomfilter server to revoke tokens so we can use a client in other languages other than Golang.
Or how can I use j…
-
**Describe the bug**
After creating an OSF sibling, the first `datalad push --to osf` succeeds, but the second one fails with `[rejected] (fetch first)]`. Inspecting the git repositories shows that t…
-
## Description
### What steps will reproduce the problem?
Just trying to return a normal variable
installed and updated with console on same driver as windows
### Traceback
```python-traceback
…
-
A severe test stall on Windows has been surfacing in PRs for the past months until I downgraded git-annex to a version we had been using successfully on a real machine in our office in #128. I now hav…
-
I'm wondering about the size of our CM sketch. The paper and the implementation in Caffeine mention using 8 bytes per cache item, i.e. 16 counters, and that seems to indeed be the case: https://github…
-
Origin: GitHub: datalad/datalad issue #7444 (https://github.com/datalad/datalad/issues/7444)
A user is repeatedly presented with a password prompt for the keyring. Supposedly the correct keyring-…
-
## Feature request
SQL for creating bitmap index
```sql
CREATE INDEX index_name ON table_name (column [, ...],) [USING BITMAP] [COMMENT'balabala'];
```
SQL for creating bloom filter index
``…
-
https://github.com/apache/parquet-format/blob/master/BloomFilter.md
Could it help to do deduplication?
Current strategy requires storing about 2TB per 100k wat. Could it be made better using this …