sql server 2008 - SQL DB Redesign for Retail POS - High volume transactions & Batch Processing -


we in midst of getting out pos backend db redesigned support growth. currently, our pos transactions passed through db via web service.

i understand hardware scaling option increase throughput (transactions per second). - looking advise if there other options db caching, db partitioning or segregating transactional db non-transactional db etc..

also - run few scheduled batch jobs locks db.i open recommendations how can avoid db locking such cases.

the database sql server 2008 r2.

perhaps nosql/document databases or in memory databases.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -