zapstore / ftsrelay

6 stars 1 forks source link

Performance improvements #6

Open franzaps opened 5 months ago

franzaps commented 5 months ago

Relay seems to be handling well the current low traffic environment, and bun and sqlite are fast.

If this ever gets higher I suspect the one-query-per-sub for every insert will not scale.

In addition to other general improvements, better indices, etc

Also need good perf tests