Replies: 3 comments
-
id INTEGER NOT NULL,
feed_id INTEGER NOT NULL,
tag_id INTEGER NOT NULL,
-- ...
PRIMARY KEY ("id")Wouldn't the primary key be normally |
Beta Was this translation helpful? Give feedback.
-
|
Yes, and I think this is what Liferea does too. I am not an expert, so please do not consider my advises fully. If we do this, loading of tags will be faster, yes? See #559 #594 |
Beta Was this translation helpful? Give feedback.
-
|
I've considered this for some time, and I think I will include a variant of this suggested change into the “expanded DB” update draft. (The old tags field will still be retained for backwards compatibility; but any code that modifies tags directly will need to support both versions of the DB 😅) …For now though, into discussions this goes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature requests
This is a proposal to add two tables to the database.
This should be storage wise and accelerate queries.
See my implementation at Slixfeed/sqlite.py
Beta Was this translation helpful? Give feedback.
All reactions