Handling INSERT statements
vizdun

Explaining the meme
A joke on how many edge cases and complicated logic handling SQL INSERT statements have. Matdb's INSERT handling logic has around ~200 lines of code (entirely unrelated to anything storage wise, just checking for edge cases and stuff). This is despite the fact matdb only implements a tiny fraction of the usual SQL INSERT functionality.