Hello,
is there any experience on the performance of queries done via REST interface vs. Postgres Wire protocol? e.g. the assumption is that the REST interface is not as powerful as the Postgres one.
Best,
Dom
Hello,
is there any experience on the performance of queries done via REST interface vs. Postgres Wire protocol? e.g. the assumption is that the REST interface is not as powerful as the Postgres one.
Best,
Dom
My experience matches this, Client interface to use for faster data ingestion. In julia, postgres is faster than http, but as far as endpoints, both seem to respond equally fast.