tigris
tigris copied to clipboard
Tigris is an Open Source Serverless NoSQL Database and Search Platform.
As tigris is serverless noSql database, how to use it on serveless platforms like Cloudflare?
* Add a machinery for low overhead atomic increment * Add a KV layer with statistics calculation on write APIs. * Use the same KV layer for calculation of standalone...
Fix `func (factory *FieldFactory) Apply(document []byte) ([]byte, error)` to support including/excluding nested fields.
### Describe the bug ``` tigris_test | github.com/tigrisdata/tigris/server/services/v1/realtime coverage: 7.9% of statements tigris_test | panic: test timed out after 10m0s tigris_test | running tests: tigris_test | TestChannel (10m0s) tigris_test |...
### Describe the bug ``` --- FAIL: TestImport (0.23s) tigris_test | --- FAIL: TestImport/evolve_schema_in_separate_batch (0.02s) tigris_test | reporter.go:39: tigris_test | Error Trace: /root/go/pkg/mod/gopkg.in/gavv/[email protected]/reporter.go:39 tigris_test | /root/go/pkg/mod/gopkg.in/gavv/[email protected]/chain.go:21 tigris_test | /root/go/pkg/mod/gopkg.in/gavv/[email protected]/response.go:516 tigris_test...
### Describe the bug ``` | --- FAIL: TestQuota (0.14s) tigris_test | quota_test.go:132: tigris_test | Error Trace: /go/src/tigris/server/quota/quota_test.go:132 tigris_test | Error: Not equal: tigris_test | expected: *api.TigrisError(&api.TigrisError{Code:8, Message:"data size limit...
Once secondary indexes are enabled, we need to have a way to disable search usage.
Add a new explain endpoint so that a user can see what index was used for a query. Add the index state to the describe collection end point
Server returns `500: Internal Server Error` when attempting to delete indexed documents by query. https://github.com/tigrisdata/tigris-api/blob/main/server/v1/search.proto#L416-L425 ``` rpc DeleteByQuery(DeleteByQueryRequest) returns (DeleteByQueryResponse){ option (google.api.http) = { delete : "/v1/projects/{project}/search/indexes/{index}/documents/deleteByQuery" body : "*"...