Mongodb-odm: Mongodb driver native support

Created on 5 Jul 2017  路  5Comments  路  Source: doctrine/mongodb-odm

Hi. Sorry for repost. Do we have any new on mongodb driver native support?

I'm doing well with alcaeus mongo-php-adapter but it's up to 10x times slower than direct connection (tested with legacy mongoc driver vs mongodb driver + alcaeus adapter).

I think we have a huge room for improvement if we could evolve this feature. I have been reading comments from 2015 but changelogs still do not announce anything about this functionality.

Thanks in advance.

WBR

Question

Most helpful comment

We're working on it and are hoping to release ODM 2.0 this year.

All 5 comments

We're working on it and are hoping to release ODM 2.0 this year.

@alcaeus is the master branch using the native driver? We are about to start working on a new application just wondering if we should start with the master branch or not?

is the master branch using the native driver

Yes.

just wondering if we should start with the master branch or not

I don't recommend it: there's lots of breakage coming your way. While it uses the new driver, we're going to break a lot of BC and some things are still broken. Until the first beta, you really shouldn't trust it to actually store your data.

Do you know the estimated time when would the final version be released?

Unfortunately, no. We're working on it, but there are a few changes that still need work, mainly GridFS.

Was this page helpful?
0 / 5 - 0 ratings