Track Status of Index Creation

52 views
Skip to first unread message

Zach Smith

unread,
Oct 21, 2011, 11:39:36 AM10/21/11
to mongod...@googlegroups.com
I'm creating an index. It's taking forever. It's over a large dataset, so I understand it may take a long time.

Is there anyway for me to track the progress of this index being created? totalIndexSize() isn't increasing, but I'm not sure if that number gets updated before creation is complete or not. 

I just want to be able to confirm things are working.

Any thoughts?

Thanks. 

Andreas Jung

unread,
Oct 21, 2011, 11:47:58 AM10/21/11
to mongod...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The progress should be logged on the console or log (if configured).

- -aj

> -- You received this message because you are subscribed to the
> Google Groups "mongodb-user" group. To post to this group, send email
> to mongod...@googlegroups.com. To unsubscribe from this group,
> send email to mongodb-user...@googlegroups.com. For more
> options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.

- --
ZOPYX Limited | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope & Plone
D-72070 T�bingen | Produce & Publish
www.zopyx.com | www.produce-and-publish.com
- ------------------------------------------------------------------------
E-Publishing, Python, Zope & Plone development, Consulting


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOoZQuAAoJEADcfz7u4AZjPS4Lv0aqiAATfr5LhiFaaOCU0JU3
1NQNc5cNgutbIgCEROyJg9nB1VCwGmhXgh6uW4jE1a94TeLvifh/P4bsILws34PT
9NH46/9TGU6wx0XiH7V1OtjceYuxKBrW7gsUzYglcOv3+dUmQqmGsG5MY0FDkXLy
j5QAoLDw6l6k7UlJCMenrdwAFado/elvxBoWPuhrKaOijyj+NfiKODejkxPy2s0m
WRo7sYuIWQjyryZnWUEAxEKvOyGBEFV0QMjPuRgQ6AA9//EYTNjeKi7TmQJV2jFX
h5G1c+K7zUWiFF5SS1Fcn1ohLnutOyEgwP7kqldB8bhAL+Sx+MTnZoG3KVArgysu
cRRzsx0ny4ehn3g3ISIzNMHmDPncmZSYBrVcI6zTVGgDXVGlkKGQ+H5h7ohzRifw
gP6VOM/mRZ5j4e3xP2YGUP2/CoH0wWJ3qIq2IXUlnYZqA7A1qgjpHgRTkiUfeEA/
Tyg6IizN8PaDCXWSNyG86VKl7PuslUw=
=P9CD
-----END PGP SIGNATURE-----

lists.vcf

Zach Smith

unread,
Oct 21, 2011, 2:04:58 PM10/21/11
to mongod...@googlegroups.com
I just see a message that it's started. Anyway to track progress? 

On Fri, Oct 21, 2011 at 11:47 AM, Andreas Jung <li...@zopyx.com> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The progress should be logged on the console or log (if configured).

- -aj

Zach Smith wrote:
> I'm creating an index. It's taking forever. It's over a large
> dataset, so I understand it may take a long time.
>
> Is there anyway for me to track the progress of this index being
> created? totalIndexSize() isn't increasing, but I'm not sure if that
> number gets updated before creation is complete or not.
>
> I just want to be able to confirm things are working.
>
> Any thoughts?
>
> Thanks.
>
> -- You received this message because you are subscribed to the
> Google Groups "mongodb-user" group. To post to this group, send email
> to mongod...@googlegroups.com. To unsubscribe from this group,
> send email to mongodb-user...@googlegroups.com. For more
> options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.

- --
ZOPYX Limited           | zopyx group
Charlottenstr. 37/1     | The full-service network for Zope & Plone
D-72070 Tübingen        | Produce & Publish

www.zopyx.com           | www.produce-and-publish.com
- ------------------------------------------------------------------------
E-Publishing, Python, Zope & Plone development, Consulting


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOoZQuAAoJEADcfz7u4AZjPS4Lv0aqiAATfr5LhiFaaOCU0JU3
1NQNc5cNgutbIgCEROyJg9nB1VCwGmhXgh6uW4jE1a94TeLvifh/P4bsILws34PT
9NH46/9TGU6wx0XiH7V1OtjceYuxKBrW7gsUzYglcOv3+dUmQqmGsG5MY0FDkXLy
j5QAoLDw6l6k7UlJCMenrdwAFado/elvxBoWPuhrKaOijyj+NfiKODejkxPy2s0m
WRo7sYuIWQjyryZnWUEAxEKvOyGBEFV0QMjPuRgQ6AA9//EYTNjeKi7TmQJV2jFX
h5G1c+K7zUWiFF5SS1Fcn1ohLnutOyEgwP7kqldB8bhAL+Sx+MTnZoG3KVArgysu
cRRzsx0ny4ehn3g3ISIzNMHmDPncmZSYBrVcI6zTVGgDXVGlkKGQ+H5h7ohzRifw
gP6VOM/mRZ5j4e3xP2YGUP2/CoH0wWJ3qIq2IXUlnYZqA7A1qgjpHgRTkiUfeEA/
Tyg6IizN8PaDCXWSNyG86VKl7PuslUw=
=P9CD
-----END PGP SIGNATURE-----

Andreas Jung

unread,
Oct 22, 2011, 2:02:26 AM10/22/11
to mongod...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As said: it's is logged (at least for background indexing)

- -aj

Zach Smith wrote:
> I just see a message that it's started. Anyway to track progress?
>
> On Fri, Oct 21, 2011 at 11:47 AM, Andreas Jung <li...@zopyx.com
> <mailto:li...@zopyx.com>> wrote:
>
> The progress should be logged on the console or log (if configured).
>

> -aj
>
> Zach Smith wrote:
>> I'm creating an index. It's taking forever. It's over a large
>> dataset, so I understand it may take a long time.
>
>> Is there anyway for me to track the progress of this index being
>> created? totalIndexSize() isn't increasing, but I'm not sure if
>> that number gets updated before creation is complete or not.
>
>> I just want to be able to confirm things are working.
>
>> Any thoughts?
>
>> Thanks.
>
>> -- You received this message because you are subscribed to the
>> Google Groups "mongodb-user" group. To post to this group, send
>> email to mongod...@googlegroups.com

> <mailto:mongod...@googlegroups.com>. To unsubscribe from this


> group,
>> send email to mongodb-user...@googlegroups.com

> <mailto:mongodb-user%2Bunsu...@googlegroups.com>. For more


>> options, visit this group at
>> http://groups.google.com/group/mongodb-user?hl=en.
>
>

> -- You received this message because you are subscribed to the
> Google Groups "mongodb-user" group. To post to this group, send email
> to mongod...@googlegroups.com

> <mailto:mongod...@googlegroups.com>. To unsubscribe from this


> group, send email to mongodb-user...@googlegroups.com

> <mailto:mongodb-user%2Bunsu...@googlegroups.com>. For more


> options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
>
>
> -- You received this message because you are subscribed to the
> Google Groups "mongodb-user" group. To post to this group, send email
> to mongod...@googlegroups.com. To unsubscribe from this group,
> send email to mongodb-user...@googlegroups.com. For more
> options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.

- --
ZOPYX Limited | zopyx group
Charlottenstr. 37/1 | The full-service network for Zope & Plone

D-72070 T�bingen | Produce & Publish


www.zopyx.com | www.produce-and-publish.com
- ------------------------------------------------------------------------
E-Publishing, Python, Zope & Plone development, Consulting


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJOolxxAAoJEADcfz7u4AZjZ3kLvje71XQXK+1FsjArqJnEQg1z
6CxXT3lVRLR/ThoFrWjKtf+6X8Z61SbmnXOObHvx+4SRryvxU741HOOQyVln7bq6
uTruu0q2Y/Vh6Hey2z2M92r8a91C7MDEDY+HQG+ODKge3aXvv9nl6dsIPuaDt6BU
Qy65kgGmAcAP0yX6CMeO+u52fo4/fc9Z4KIIiXy9rBh1FSyTP/mN7Bsg26cJqLVc
rbq8H2n4/bqAdJ22PXnRZzZZ970txYIuDOwhKhMpxCF8Q7lzZFuP9OSAUbZFz2Ee
hW2IoohRBOdnNTMQDwN6GB5X5rykAj9Pp0b8TUlXjNmAb850eXfxi1tZRUFxNTVC
Xo64/+AIe9WOdcyNMO4uFIvFoGzLMDtA8oWWZ+x7hcgxwlenwpvP7fxYLH6Ej18D
P/gN3PxEV67zRntmsJVfd8wn9jjFR2IehwX6laFxoB79xXgJMp6i+AhnBUUyRjNM
yVT7y/p+wVxrNtlUVnk/o6IF5mchsX0=
=nafm
-----END PGP SIGNATURE-----

lists.vcf
Reply all
Reply to author
Forward
0 new messages