I
I
Imbolc2011-12-30 22:54:55
MongoDB
Imbolc, 2011-12-30 22:54:55

mongo hosting

Hello friends :)

I wanted to use specialized mongo hostings (mongohq.com and mongolab.com) for replication. Tested the speed and ran out. The local server is running on a weak laptop. Tariffs are free.

mongo local
	insert 1000 objects: 0.129133939743
	get by index 1000 objects: 0.84730887413
	update 1000 objects: 0.105401992798
	delete 1000 objects: 0.139050960541
mongolab.com
	insert 1000 objects: 0.847342014313
	get by index 1000 objects: 210.479042053
	update 1000 objects: 0.452506065369
	delete 1000 objects: 0.251111030579
mongohq.com
	insert 1000 objects: 0.835656166077
	get by index 1000 objects: 202.36740613
	update 1000 objects: 0.279381036758
	delete 1000 objects: 0.256968021393


If anyone has worked with these services, please comment. Why is there such a difference in write and read speeds that is not comparable to the same difference on a local server? Does anything change on paid rates? Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artur Zayats, 2013-07-17
@zag2art

I can only say that my site is running on free mongolab. Online store (small) - no performance issues. (and was not)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question