Externalize JMdict_Sense.type into a separate table #101

Closed
opened 2026-04-13 12:21:31 +02:00 by oysteikt · 0 comments
Owner
sqlite> SELECT COUNT(type) FROM JMdict_SenseGlossary;
┌─────────────┐
│ COUNT(type) │
├─────────────┤
│ 3588        │
└─────────────┘
sqlite> SELECT COUNT(*) FROM JMdict_SenseGlossary;
┌──────────┐
│ COUNT(*) │
├──────────┤
│ 434463   │
└──────────┘
sqlite>
``` sqlite> SELECT COUNT(type) FROM JMdict_SenseGlossary; ┌─────────────┐ │ COUNT(type) │ ├─────────────┤ │ 3588 │ └─────────────┘ sqlite> SELECT COUNT(*) FROM JMdict_SenseGlossary; ┌──────────┐ │ COUNT(*) │ ├──────────┤ │ 434463 │ └──────────┘ sqlite> ```
oysteikt added the space-reduction label 2026-04-13 12:21:31 +02:00
oysteikt added this to the Kanban project 2026-04-13 12:21:31 +02:00
oysteikt moved this to Mid pri in Kanban on 2026-04-13 12:21:57 +02:00
oysteikt moved this to Finished in Kanban on 2026-04-13 12:44:38 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mugiten/jadb#101