asp.net - How to avoid querying the centralized azure database -


i tried use umbraco cms in azure.. , ended around 280 queries per page.. wouldnt huge problem if sql , site "local".. however.. not.. since database located in azure sql db.

anyway.. if umbraco case might lost case.. started wonder if there anyway of creating filebased local "up sync" "database" query, avoid need of querying azure sql , often. thinking of sort of layer between application , sql database on own keept synced centralized azure sql db..

any ideas?

i know correct way of doing not query database , "batch" queries.. thinking if there other alternatives?.. might not not filebased.. long can avoid querying azure sql..

thanks in advance!


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -