Hacker News new | ask | show | jobs
by mansoor_ 1415 days ago
What does "transparent" mean in this context?
1 comments

Transparent to the application - basically the SQL queries (select, insert, update) in your code base don't have to change at all.

This would be in contrast to e.g. compressing the data in your code before inserting it into the database, then decompressing after you load it.