From e965aaa9e2d0912cf131fd420099a5aa49af9660 Mon Sep 17 00:00:00 2001 From: go-jet <47941548+go-jet@users.noreply.github.com> Date: Sat, 21 Sep 2019 15:50:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a629e20..56964300 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Automatic scan to arbitrary structure removes a lot of headache and boilerplate ##### Speed of execution -While ORM libraries can introduce significant performance penalties due too number of round-trips to the database, +While ORM libraries can introduce significant performance penalties due to number of round-trips to the database, Jet will always perform much better, because of the single database call. Common web and database server usually are not on the same physical machine, and there is some latency between them.