Using SQL Server to augment a slow-performing database platform -


i have application written work mssql , company has moved on develop applications using slower database platform (i leave unnamed now). data migrated sql new slower platform , left task of changing app point new platform, @ same time finding way 2 keep fast enough usable.

tests have shown new platform slower in measure of seconds while sql performs in milliseconds. have decided going impossible use new slower database platform support app because of does. want data stay in sql.

this leads me think sync data slower platform on sql in order serve app, app needs write new slower database!

some more constraints:

  • the app , database deployed in same local network.
  • the app allows multiple users edit data, , prevents users editing same record if being viewed else.
  • the app relies on @ least 15 tables, largest of has 60 columns.

would syncing data slower database sql , reprogramming app write both databases @ same time efficient way to this?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -