-
Currently, we save tuples of every space in the order of its primary index. On recovery, we sort tuples in order of each secondary key with parallel qsort because B-tree can be built blazingly fast fr…
-
Currently, only `Primary Indexes` are implemented, which is a simple relation between `dockey/field => state_data`. Effectively this is an index on the `dockey` field of a document. This is a minimal …
-
Session management could be improved by modeling it as a hash as Spring does. This would reduce serialization/deserialization overheads and benefit from the latest [hash-field expiration](https://redi…
-
### Environment information
```plain text
NA
```
### Describe the feature
Currently we can only crease GSI for the data models in Amplify.
```
ChartOfAccount: a
.model({
…
-
I would love to be able to pass through a secondary index to both speed things up and filter out stuff I don't need.
Here's my specific use-case...
I have an "orders" table, an "items" table, an…
-
### Extension Version
v2.33.0
### VS Code Version
Version: 1.95.1
Commit: 65edc4939843c90c34d61f4ce11704f09d3e5cb6
Date: 2024-10-31T05:14:54.222Z
Electron: 32.2.1
ElectronBuildId: 1042771…
-
-
Is it possible to define a secondary index on JsonDocument data?
-
We started using QuestDb in our production environment to store also historical EOD market data.
About that we are experiencing slow queries when asking for "the first available data for that symbol"…
-
**Bug description**
Under certain conditions, a deleted tuple isn't purged from a secondary index of a vinyl space.
```
Tarantool 3.3.0-entrypoint-199-g5325abd3441e
Target: Linux-x86_64-Debug
Build …