Skip to content

Commit

Permalink
Update list of limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Jul 31, 2011
1 parent 148ba31 commit 3b11eac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README
Expand Up @@ -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
-----
Expand Down

0 comments on commit 3b11eac

Please sign in to comment.