|
|
|
|
|
by nelhage
4877 days ago
|
|
I actually prototyped our PostgreSQL solution using mongo_fdw (Incidentally, I throw together Debian packaging here, if you're interested: https://github.com/nelhage/mongo_fdw). Our experience was that mongo_fdw doesn't (yet?) give postgres enough information and knobs to plan JOINs efficiently, which is one of the things we wanted. I got a decent amount of leverage out of using mongo_fdw and then cloning to native tables using SELECT INTO, though :) |
|
I'm sure there are other factors involved for MoSQL, but they are probably outside the scope of this post. I'd love chat about them offline.