Regarding data storage in ecommerce applications
Posted
by geeth
on Stack Overflow
See other posts from Stack Overflow
or by geeth
Published on 2010-04-09T22:59:40Z
Indexed on
2010/04/09
23:03 UTC
Read the original article
Hit count: 171
Why is MainFrame better choice to stores data related to customer, orders etc? I work with a online retail store, they use .net technologies for applications and MainFrames for storing product, customer, order etc related data. Is SQL DB server not a good option for these type of applications? How is MainFrames better choice than SQL DB? Please provide your insight.
© Stack Overflow or respective owner