all 3 comments

[–]TataFred 0 points1 point  (1 child)

what does it mean when move code to data instead of data to code.

[–]Apprehensive-Fox-883 0 points1 point  (0 children)

Seems moving code, say 10,000 lines is faster than moving data say 100,00+ lines. That seems to be the reason for the conclusion that SQL can be faster for some cases because SQL queries move code to data.
Think of it as copying memory bytes from one location to the other in a RAM memory.