tigris icon indicating copy to clipboard operation
tigris copied to clipboard

Tigris is an Open Source Serverless NoSQL Database and Search Platform.

Results 49 tigris issues
Sort by recently updated
recently updated
newest added

Inspired by this: https://news.ycombinator.com/item?id=38875242

## Describe your changes Break the tenant reload transaction further. batch 10 search index per transaction. ## How best to test these changes Test it on dev. ## Issue ticket...

medium
large

**Is your feature request related to a problem? Please describe.** To support more user queries, we need the ability to use "dot notation" in the filter when searching for values...

enhancement
SecondaryIndexes

Support role based access control in Tigris. For the initial phase - Support three roles [owner, editor, readonly]. - The user who creates the namespace becomes owner. - The user...

auth

Should we replace the Makefile based Docker builds with Github Action based docker builds? https://github.com/tigrisdata/tigris/blob/b2eec4c463709f1292cf0b9110207bce8aaffd3c/Makefile#LL156C1-L157C130

Adding or removing "required" property of the field is considered incompatible schema change. This issue is to ensure we reject it as incompatible schema change during validation.

enhancement

**Is your feature request related to a problem? Please describe.** Databases that make sequencing simple and easy are in short supply, I can really only think of FoundationDB. It would...

enhancement

**Describe the bug** MongoServerError: `aggregate` stage "$skip" is not implemented yet at Connection.onMessage **To Reproduce** Try using aggregation with $skip **Expected behavior** It should skip the speciefied count of documents...

mongo-compat

## Describe the bug Objects in schema are not available for field inclusion/exclusion when making search queries with `include_fields` or `exclude_fields` ## To Reproduce ### 1. Create standalone search index...

bug

## Describe your changes We only index fields in the indexing store that are tagged in the model ## How best to test these changes ## Issue ticket number and...

medium