Alan Paxton

Results 15 issues of Alan Paxton

CI benchmarks refine configuration Run only “essential” benchmarks, but for longer Fix (reduce) the NUM_KEYS to ensure cached behaviour Reduce level size to try to ensure more levels Refine test...

CLA Signed

Larger size is necessary to stress levels 2, 3 of LSM tree

CLA Signed

Resolves @see https://github.com/facebook/rocksdb/issues/9006 Fixes 2 related issues with JNI local references in the RocksJava API. 1. Some instances of RocksJava API JNI code appear to have misunderstood the reason for...

CLA Signed

Closes https://github.com/facebook/rocksdb/issues/9909 - Constructing an Options from a DBOptions should use the Env from the DBOptions - DBOptions should be constructed with the default Env as the env_, rather than...

CLA Signed

### Description: Report an error (XUDY0023) when an insertion is attempted with a node or attribute name in a namespace that conflicts with one which exists in the document. ###...

Supercedes https://github.com/facebook/rocksdb/pull/6884 and https://github.com/facebook/rocksdb/pull/6877 (cc @adamretter ) This branch/PR is based on a copy of the code in https://github.com/facebook/rocksdb/pull/6884, which given the age of the PR we chose to restart,...

CLA Signed

Implement RAII-based helpers for JNIGet() and multiGet() Replace JNI C++ helpers `rocksdb_get_helper, rocksdb_get_helper_direct`, `multi_get_helper`, `multi_get_helper_direct`, `multi_get_helper_release_keys`, `txn_get_helper`, and `txn_multi_get_helper`. The model is to entirely do away with a single helper,...

CLA Signed

Implement RAII-based helpers for JNI`Get()` and `multiGet()` Replace JNI C++ helpers `rocksdb_get_helper`, `rocksdb_get_helper_direct`, `multi_get_helper`, `multi_get_helper_direct`, `multi_get_helper_release_keys`, `txn_get_helper`, `txn_multi_get_helper` The model is to entirely do away with a single helper, instead...

CLA Signed

**Describe the bug** A large corpus with the following index configured: ```xml ``` and re-indexed thus: ```xquery xmldb:reindex('/db/corpus') ``` For a simple query, the index is being used: ```xquery xquery...

Thank you for your contribution to eXist-db! To help the community judge your pull request (PR), please include the following: - A (short) description of the content of changes. -...