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

Tigris currently supports filtering on field with certain values (including null). This ask is to support filtering of documents with non existing field. For example for People collection: ``` [...

query processing
server-side improvements

**Is your feature request related to a problem? Please describe.** Like the size metrics, we should have a metric counting the number of documents in a collection. **Describe the solution...

server-side improvements

Once we have secondary indexes deployed everywhere, we can remove search from the query endpoint. Search will only used for the search endpoint

server-side improvements
SecondaryIndexes
Search

The secrets are attached to a single project, but the token has no information about the project, which means it can be used for a different project as long as...

bug
auth

**Is your feature request related to a problem? Please describe.** Given the following: ```ts import { Field, PrimaryKey, TigrisCollection, TigrisDataTypes, } from "@tigrisdata/core"; @TigrisCollection("users") class User { @PrimaryKey(TigrisDataTypes.INT64, { order:...

enhancement

**Describe the bug** If user by mistake starts nested interactive transaction. Their code will run into unexpected behavior. This is something we can detect from client SDK and warn/error on...

bug

Ability to define permissions and apply them to users and application keys

auth

When someone is working on a non-main branch, they should be allowed to make incompatible schema changes to fields that are not already in the schema in the main branch.

schemas
server-side improvements

We currently return `Context deadline exceeded` when the request to get API keys from auth0 timeout. We should change that to send a better message.

auth
server-side improvements