Just asking for curiosity rather than any personal need. Now that tiddlers are stored as json how big or small of a step is it to store the json in an external database instead of the html file itself?
What advantages might this have?
I don’t know if performance would be impacted but it seems like the memory footprint of TW could be kept flat even with a very large number of tiddlers.
EDIT: When running on a node server, does TW load all tiddlers from their files, or maybe only the tiddlers that are being used at the moment?