What is default timeout for MongoDB operation (CRUD and aggregate)? -
i didn't find information default value executing operation in mongodb. of aggregate commands takes minutes (very large reports). ok me waiting time, i'm afraid error.
i know, can set it. lots of software users use own servers. of course default settings.
until this feature implemented, driver/client level setting. query run until completion on server, though might timeout cursor - see cursorinfo command more there.
to figure out settings need consult relevant driver documentation. there may multiple settings apply based on looking for, various options in java driver, example.
Comments
Post a Comment