Open
Description
Currently, all documents are stored in the document table, regardless of their type.
Wouldn't it have advantages to have separate tables per content type?
I would expect most typical queries to only query for one content type, and therefore would assume this to be faster at a certain amount of documents,
and more clean in general.
I did however not do any research yet how feasible this is with typeorm.
Another step for me to consider would be to use mongodb and unwrap data
to toplevel fields, but that was discussed in #380 already and doesn't seem interesting for now, so I'd like to have this issue only for the table per content type part.
Metadata
Metadata
Assignees
Labels
No labels