Vianney Stroebel
Vianney Stroebel
@lsdafjklsd Which part of this idea sounds like which part of Om Next?
Ok, I guess this idea is so stupid nobody even bothers saying it is. :-) Fair enough! Vianney
Thanks @laforge49! Yes, it's understandable that people don't have the time to test every idea out there, and don't want to express an opinion until they have done so. I...
The entity involved in the transaction could be pulled from the Entities index (one lookup) after the index has been updated with this transaction (so that the pulled entity contains...
When I write "pulling an entity", I mean "querying the database to extract the data of an entity". Indeed, this has nothing to do with caching query results.
> What do you suggest we should do next? How to insert it into the query? I don't understand your question. Can't "delta queries" be executed against a single entity...
You're right, I shouldn't have mentioned "delta queries" at all in my proposal (there are only two sentences about them btw) or in my messages. They are not important if...
Glad to see that I added useful "noise".
I presented an idea that might speed up queries: https://github.com/tonsky/datascript/issues/132 It'd be great if you could give some feedback on it. It looks too easy to be right... Vianney
All this performance data begs a question: could there be better performing algorithms for Datascript? Some that perform in O(log n) rather than O(n) or worse?