Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Hinting aggregation or mapreduce operations?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Esteban Feldman  
View profile  
 More options Nov 7 2012, 10:15 am
From: Esteban Feldman <ekagauranga...@gmail.com>
Date: Wed, 7 Nov 2012 07:15:30 -0800 (PST)
Local: Wed, Nov 7 2012 10:15 am
Subject: Hinting aggregation or mapreduce operations?

Hi all.

I'm performance tunning my application and found that some aggregation and
mr operations take long time. So I try to .explain() the query for those
operations and found that mongo doesn't choose wisely, if I hint at it it
will be lot faster than the original (in 1 query from 16700ms to 29ms).

So my question is if there is a way to give hint to aggregation and or MR
operations?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dwight Merriman  
View profile  
 More options Nov 8 2012, 3:02 pm
From: Dwight Merriman <dwi...@10gen.com>
Date: Thu, 8 Nov 2012 12:02:28 -0800 (PST)
Local: Thurs, Nov 8 2012 3:02 pm
Subject: Re: Hinting aggregation or mapreduce operations?

i think you can use $hint in your query expression you are doing with agg
framework and/or MR.  maybe.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dwight Merriman  
View profile  
 More options Nov 8 2012, 3:46 pm
From: Dwight Merriman <dwi...@10gen.com>
Date: Thu, 8 Nov 2012 12:46:22 -0800 (PST)
Local: Thurs, Nov 8 2012 3:46 pm
Subject: Re: Hinting aggregation or mapreduce operations?

sorry that doesn't work
nevermind

this is a future feature we need to add

what is the query that requires a hint?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Esteban Feldman  
View profile  
 More options Nov 8 2012, 3:56 pm
From: Esteban Feldman <ekagauranga...@gmail.com>
Date: Thu, 8 Nov 2012 12:56:37 -0800 (PST)
Local: Thurs, Nov 8 2012 3:56 pm
Subject: Re: Hinting aggregation or mapreduce operations?

Dwight:

see this tkt https://jira.mongodb.org/browse/SERVER-7579

I have many pipelines that could use some hinting in the pipeline itself.

thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »