From 3b11eac66a3a9c3a7a038e1762a5c2b55aa5ab55 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Sun, 31 Jul 2011 19:53:39 +0100 Subject: [PATCH] Update list of limitations. --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 4a7d986..5ea553f 100644 --- a/README +++ b/README @@ -30,8 +30,14 @@ Limitations - No attempt is made to pushdown quals to MySQL. -- No attempt is made to estimate the number of rows etc. when planning - the remote query. +- The MySQL connection used to plan queries isn't currently reused + during execution. + +- The entire resultset from MySQL is transferred to the PostgreSQL + server at once - need to use prepared statements with batch + transfer. + +- Rescan currently does nothing. Usage -----