Quote:
Originally Posted by MarcoH64
That would be an even more heavy query i guess.
|
Yes. But as the Tables won't be big it should not make much of a difference; at least it should be faster then opening and parsing a bunch of Files.
Hmm, it might be even possible to achieve smth. without additional Queries:
Have all requirements (eg. Phrases, Global and Action Templates - except Datastore Items) as a serialized DS Item that is always being loaded.
Combined with the Idea in the linked Thread above, it should not require any further Queries.
Quote:
or retrieve all records from datastore, but only store the wanted ones into the $vbuleltin->datastore)
|
Wouldn't that require way more memory/database bandwidth?