Use elementId to refer to sense restrictions #95

Open
opened 2026-04-06 05:38:17 +02:00 by oysteikt · 0 comments
Owner

JMdict_SenseRestrictedToKanji and JMdict_SenseRestrictedToReading uses the reading itself in the foreign key to a sense. Use the elementId instead, to save space (and not to rely on the uniqueness of this field in case of fuzzy equivalence due to ICU collations in the future).

`JMdict_SenseRestrictedToKanji` and `JMdict_SenseRestrictedToReading` uses the reading itself in the foreign key to a sense. Use the `elementId` instead, to save space (and not to rely on the uniqueness of this field in case of fuzzy equivalence due to ICU collations in the future).
oysteikt added the space-reduction label 2026-04-06 05:38:17 +02:00
oysteikt added this to the Kanban project 2026-04-06 05:38:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mugiten/jadb#95