datakaveri / iudx-resource-server

IUDX Data publication and subscription portal
https://rs.iudx.org.in/apis/
Apache License 2.0
6 stars 28 forks source link

[Performance] ImmuDB queries are take longer than expected response time #248

Closed kailash closed 1 year ago

kailash commented 2 years ago

Immudb search queries take longer than expected time, sometimes it takes 3-5 seconds just for count queries.

kailash commented 2 years ago

Indexes can help in faster performance of queries: https://docs.immudb.io/master/develop/sql/indexes.html

kailash commented 1 year ago

This issue is resolved with the new Postgres+immudb+RMQ-based flow in PR #329