Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2007, Vol. 33 ›› Issue (03): 284-284. doi: 10.3969/j.issn.1000-3428.2007.03.103

• Developmental Research • Previous Articles    

MySQL Database Memory Storage Engine in Airlines’ Application

JI Jie1, LIN Qiaxin2   

  1. (1. Department of Computer Science, Shantou University, Shantou 515063; 2. Computer Center of China Southern Airlines, Guangzhou 510406)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-02-05 Published:2007-02-05

航空公司应用中的MySQL内存存储引擎

吉 杰1,林洽欣2   

  1. (1. 汕头大学计算机科学系,汕头 515063;2. 南方航空股份公司计算机中心,广州 510406)

Abstract: Open source database MySQL is more and more widely used by airlines information system. Based on deeply analyzing the characteristic of business data in airlines domain, this paper provides a method of managing airlines fundamental data by means of memory storage engine. This method combines memory-based table with disk-based table, it not only provides good performance, but also solves the problem of memory table’s permanent storage.

Key words: MySQL, Storage engine, Database optimization, Memory table

摘要: 开源数据库MySQL越来越广泛地应用于航空公司的信息系统,在深入分析航空公司应用领域数据特点的基础上,该文提出了用内存存储引擎管理航空公司基础数据的方法。该方法结合内存表和磁盘表两种机制,不但提供快速的性能,而且解决了内存表的永久保存问题。

关键词: MySQL, 存储引擎, 数据库优化, 内存表