How to make a fast node body save without invoke hooks
This is how to save a node body, or stuff in node_revisions table without calling all hooks. I had a large report to be saved (over 6MB) and all unpacking and hooks made the server not to fulfil the job in a good way. Then I used just the part saving to the node_revisions table instead.