| 1. | The main characters of the design are summarized as follow : 1 . each mmdb module is mapped with a data buffer which is used to track the unsynchronized record . when system uploads the data to the mmdb , our system will adopt the round - robin fashion to distribute the data to each module , thus could effectively reduce the load of the foreground system 针对上述难点采用以下方式对系统进行了优化,有效的保证系统的实时性和可靠性: 1 .数据上载时采用失步缓冲区和内存库一一对应的关系,对每个内存数据库数据定时循环上载,减少对单个数据库的负荷,有效的控制上载流量和速度,防止在上载数据过程中系统负荷过大影响业务操作。 |