Document limitations
Considering using this; what are the current limitations? Would be nice to document them in the README.
Note: This has now been fixed!
~~I would say that the memory usage is the biggest limitation. See this issue on the pg-live-select repo. As illustrated in the memory usage graphs for 380 and 400 rows, it seems there is a memory leak with long result sets. Try to keep result set lengths as short as possible.~~
~~As far as I can tell, it's an issue with the node-postgres package as the test that revealed that leak is only performing a query repeatedly, not actually running the entire live select process. More work is still required to be sure though.~~
As of the just released version 1.0.0, the memory leak has been fixed by rewriting pg-live-select to use callbacks throughout instead of Promises provided by Babel.
I'd rather not open a new thread to post this question, if that's okay (I can always delete this) - if I have an existing app and it's using Mongo/miniMongo, can I just do a meteor reset after installing numtel:pg, numtel:pg-server and setting up the connection string?