Say, people,
for node level update we pull things out of the database, create a DOM in memory (server-side or client-side), make our changes and put it back into the database.
Does anyone know how exactly an sql system performs an update? Couldn’t it be that they are pulling out the whole row, updating the cells they want to and write back the whole row. They might just do it in a less exposed fashion than we do.
For example, RAM handles updates much the same way: get a whole row (128bit) out of the chip into a special buffer, change bits, write back the whole row, even for a measly bit to change.
Curious,
Andreas
#webMethods-Tamino-XML-Server-APIs#API-Management#webMethods