PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 16th of March, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:58:08] <willthechill> hi, I've successfully built & installed the mongocxx v3.2 driver on a CentOS 7 system, the test.cpp code compiles & runs correctly, but now I am getting a failure when attempting to run my own test code which I know works in Ubuntu...
[07:58:15] <willthechill> #define bson_begin bsoncxx::builder::stream::document{}
[07:59:38] <willthechill> what is "bsoncxx::v_noabi::*" and why is it not declared now in CentOS?
[14:29:45] <schooner> When I run db.myCollection.find() it returns results but they are paged (and it says 'Type "it" for more'). Can I modify that command to return everything?
[14:29:54] <schooner> in the shell
[14:42:32] <threespades> https://docs.mongodb.com/manual/tutorial/configure-mongo-shell/#change-the-mongo-shell-batch-size
[14:43:59] <stevanov> can i safely upgrade from 3.4 to 3.6 without losing data?
[14:57:29] <Derick> yes, but read tye upgrading guide first
[16:10:40] <Deevz> What amount of latency can I expect from a MongoDB change stream? Looking to use that as part of a real time app that’s latency sensitive, possibly using the meteor framework to handle replication
[17:45:32] <willthechill> (apologies if duplicate) hi, I've successfully built & installed the mongocxx v3.2 driver on a CentOS 7 system, the test.cpp code compiles & runs correctly, but now I am getting a failure when attempting to run my own test code which I know works in Ubuntu...
[17:45:48] <willthechill> #define bson_begin bsoncxx::builder::stream::document{}
[17:45:54] <willthechill> what is "bsoncxx::v_noabi::*" and why is it not declared now in CentOS?