需要有关设计方法的帮助
嗨 -
我需要有关decidng应用程序架构的指导。
关于应用程序的简要说明:该应用程序主要是在线表格
来收集全国各地的销售详情。并发用户数量可能是
不超过100.应用程序需要快速支持搜索和报告生成。
区域经理将对区域报告和中央办公室感兴趣
所有地区。数据量巨大。
方法:
维护2种不同类型的数据库 - 区域和中央
同步区域和每个使用批量更新的中央数据库。
I would need guidance on decidng an application architecture.
Brief description about the application: The application is mainly an online form
to collect the sales details across the country.The number of concurrent users may
not exceed 100.The application needs to support quick search and report generation.
The Regional managers will be intrested in the regional reports and the Central office
all regions. The volume of data is huge.
Approach:
Maintain 2 different types of database - Regional and Central
Sync the Regional and the central database every noght using a batch update.
是否有更好的方法来优化方法?
Is there a better way to optimize the approach?
问候,整个项目可以在不同的阶段解释。要点1:您可以为asp.net Web应用程序使用mvc设计模式第2点:您需要创建一个框架来支持您的Web应用程序。第3点:关注Web应用程序的安全性。
第4点:非常好的数据库设计,实现,备份以及与数据库相关的事情。希望这有助于照顾PL
Greetings, The overall project can explained in different phases. Point 1: You can use mvc design pattern for asp.net web application Point 2: You need to create a framework to support your web application. Point 3 : Focus on security on web application. Point 4 : Very good database design , implementation , backup and very thing related to database. Hope this helps take care PL