Thomas Sigdestad
Thomas Sigdestad
How much work is this?
Could be your final commit then :-)
This could potentially give significant performance improvements with minimal efforts. A typical XP request may handle between 50-1000 such unserializations, so if they can be pretty much avoided it should...
Just run/time the unserialization 1000 times, and see how long it takes. If it takes less than 1ms we can drop it for now.
So, is this _per_ node? So if I fetch 100 nodes, it is 2ms, if I fetch 1000 it's 20ms?
Added to XP8 backlog
No can do, even we use them
The reason why they are used in clients is actually the text component. Point is that people normally don't override it (it ships with default rendering). and then people cannot...
Non empty directories cannot be deleted unless issuing a recursive command, so this should not be a problem imho? Also, we should only clean away level 3 directories, this is...
Also, should not be a problem running the specified command at the end of vacuum imho