Database Table: logtagsrecent
From Dreamwidth Notes
This is a clustered table. This table stores data for mapping tags. It's like logtags, except it's only for the most recent 100 tags-to-entry.
Definition
CREATE TABLE logtagsrecent ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, kwid INT UNSIGNED NOT NULL, PRIMARY KEY (journalid, kwid, jitemid) )