Comment on Is there something better than SQL?
glue_snorter@lemmy.sdfeu.org 1 year ago
the translation step from binary (program) -> text (SQL) -> binary (server)
Your concern about this is misguided. Inter-process communication always has to cross a barrier, by definition.
I take it http also feels wrong to you?
Binary protocols do exist, e.g. gRPC, but they incur costs of their own.
onlinepersona@programming.dev 1 year ago
Does this not answer your question?