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
Question About Indexes
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
  3 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
 
John Nunemaker  
View profile  
 More options Dec 18 2009, 11:04 pm
From: John Nunemaker <nunema...@gmail.com>
Date: Fri, 18 Dec 2009 23:04:10 -0500
Local: Fri, Dec 18 2009 11:04 pm
Subject: Question About Indexes

Rick commented on a post of mine about mongo with a question regarding
indexes:

http://railstips.org/2009/12/18/why-i-think-mongo-is-to-databases-wha...

"What’s the index story like on Mongo? Can you create/drop indexes on the
fly, or does it lock the collection?"

I responded with:

"You’d have to hit the mailing list. I assume lots of data plus a new index
on an existing key would lock/slow things up. Good question"

And decided to ask the mailing list for him. How does it work adding an
index to a key that is in a bunch of documents in a large collection? Also,
if you add an index to a key that is new to a collection is there any hit to
that? Thanks!

John


 
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.
Eliot Horowitz  
View profile  
 More options Dec 18 2009, 11:19 pm
From: Eliot Horowitz <eliothorow...@gmail.com>
Date: Fri, 18 Dec 2009 23:19:24 -0500
Local: Fri, Dec 18 2009 11:19 pm
Subject: Re: [mongodb-user] Question About Indexes
Creating a new index blocks.  It doesn't matter as all objects go into
the index even if an object doesn't have a given field.


 
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.
jnunemaker  
View profile  
 More options Dec 18 2009, 11:23 pm
From: jnunemaker <nunema...@gmail.com>
Date: Fri, 18 Dec 2009 20:23:48 -0800 (PST)
Local: Fri, Dec 18 2009 11:23 pm
Subject: Re: Question About Indexes
Thanks!

On Dec 18, 11:19 pm, Eliot Horowitz <eliothorow...@gmail.com> wrote:


 
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 »