Re: Is it wise to use ES for saving shopping Carts?

2014-05-23 Thread Matthias Feist
Thanks for your help.
I will take a look into your links.

Matthias

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/228e8183-faaa-41f9-935e-60809bad6daf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it wise to use ES for saving shopping Carts?

2014-05-22 Thread Matthias Feist
Hi Guys,

I'm working on an online shop. Currently we are storing the cart's content 
in a MySQL Database so we can very easy access the amount of a certain 
product and determine the reserved quantity.
This is very important as the amount in the user's carts is reserved so 
other users my not by them.

What do you think: Is it wise to implement such a system in elasticsearch? 
I'm mostly worried about the time between the add to cart (inserting a 
document) and being able to access the total value due to the flushing 
delay.

Thanks for your advice.

Kind regards
Matthias

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/0c48d418-b8b9-4d9a-b659-5aca07e60eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.