Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ wn Public
forked from goodmami/wn

Tags: sign/wn

Tags

v0.2.2

Toggle v0.2.2's commit message
perf(web): add covering index for 55% faster forms query

Add form_lexicon_form_covering_index on (lexicon_rowid, form) which
eliminates temporary B-tree creation for DISTINCT operations and allows
the query to be satisfied entirely from the index. Reduces forms query
time by ~55% (3s → ~1.3s estimated in production).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v0.2.1

Toggle v0.2.1's commit message
perf(web): optimize forms query with new database index

Add form_lexicon_index to improve forms query performance by enabling
direct join from forms to lexicons. Update query to use SQL DISTINCT
and indexed columns for faster results.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
feat(web): add definitions endpoint and faster forms

v0.1.0

Toggle v0.1.0's commit message
make wn deployable