CN107229428A - 一种新型mSATA存储缓存加速方法 - Google Patents
一种新型mSATA存储缓存加速方法 Download PDFInfo
- Publication number
- CN107229428A CN107229428A CN201710492500.5A CN201710492500A CN107229428A CN 107229428 A CN107229428 A CN 107229428A CN 201710492500 A CN201710492500 A CN 201710492500A CN 107229428 A CN107229428 A CN 107229428A
- Authority
- CN
- China
- Prior art keywords
- msata
- memory buffers
- media
- storage
- new
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/061—Improving I/O performance
- G06F3/0611—Improving I/O performance in relation to response time
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0673—Single storage device
- G06F3/0674—Disk device
- G06F3/0676—Magnetic disk device
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
本发明涉及一种新型mSATA存储缓存加速方法,该方法是通过在存储设备上增加mSATA接口,以安装mSATA介质设备到存储设备内,以实现不占用现有硬盘槽位的情况下增加存储缓存设备mSATA介质。该方法对mSATA介质采用划分小单元的方法,将mSATA介质划分为64个到4096个存储缓存单元,并根据业务的需要将存储缓存单元按比划分为存储读缓存和存储写缓存。
Description
技术领域
本发明专利涉及计算机存储缓存领域。
背景技术
存储缓存就是数据交换的缓冲区(称作Cache),当某一硬件要读取数据时,会首先从存储缓存中查找需要的数据,如果找到了则直接执行,找不到的话则从硬盘中找。由于存储缓存的运行速度比硬盘快得多,故缓存的作用就是帮助存储更快地运行。
存储缓存主要起两种作用。一是读缓存加速:当存储收到指令控制开始读取数据时,存储会先查找读取数据是否有映射到存储缓存,如有则直接使用存储缓存中的数据,由于缓存的速率远远高于硬盘读写的速率,所以能够达到明显改善性能的目的。二是写缓存加速:当存储收到指令控制开始写入数据时,存储会将数据写入到存储缓存内,待写入操作完成或达到缓存的高水位时,再触发数据同步至硬盘内,以减少硬盘的频繁写入操作小块数据的操作,以达到改善性能的目的。
目前市场大多采用的存储缓存的技术有电池+内存、NVDIMM、SSD固态盘等,电池+内存的技术主要问题在于电池的保养和管理等系列问题;而NVDIMM是电池+内存的另一版本,通过电容解决电池的一系列问题,造价成本高;SSD固态盘的技术主要受限于SSD固态盘会占用存储的现有硬盘槽位。
发明专利内容
本发明专利涉及一种新型mSATA存储缓存加速方法,该方法是通过在存储设备上增加mSATA接口,以安装mSATA介质设备到存储设备内,以实现不占用现有硬盘槽位的情况下增加存储缓存设备mSATA介质。
该方法对mSATA介质采用划分小单元的方法,将mSATA介质划分为64个到4096个存储缓存单元,并根据业务的需要将存储缓存单元按比划分为存储读缓存和存储写缓存。
该方法支持的mSATA介质目前市场上的容量从32GB到1TB不等,理论上系统能支持的mSATA介质的寻址容量是64TB,具体视使用的mSATA介质自身容量而定,而该方法对mSATA介质划分存储缓存单元时,划分存储缓存单元容量为512MB到16GB。
该方法采用的mSATA介质有着优秀的读写性能,在每秒随机读写次数、每秒传输带宽等方面表现优秀,同时mSATA采用的芯片介质有着在存储设备掉电时也不会丢失的特点。
附图说明
图1为本发明专利的一种新型mSATA存储缓存加速方法结构示意图。
具体实施方式
为了使本发明专利的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明专利进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明专利,并不用于限定本发明专利。
请参阅图1,图1为本发明专利的一种新型mSATA存储缓存加速方法结构示意图。
一种新型mSATA存储缓存加速方法,其特征在于,该方法包含mSATA介质(10)、mSATA接口(11)、mSATA存储芯片(12)、mSATA存储读缓存(12a)、mSATA存储写缓存(12b)、mSATA存储缓存单元(12c)、存储设备(20)、存储硬盘(21)。
一种新型mSATA存储缓存加速方法,其特征在于,该方法存储设备(20)内部安装有mSATA接口(11)、mSATA介质(10)安装于mSATA接口(11)上,以达到存储设备(20)识别到mSATA设备,且mSATA接口(11)不占用存储硬盘(21)的接口数量。
一种新型mSATA存储缓存加速方法,其特征在于,该方法会对mSATA介质(10)的mSATA存储芯片(12)进行划分成多个mSATA存储缓存单元(12c),在配置时根据业务的读写需求不同而划分不同比例的mSATA存储读缓存(12a)和mSATA存储写缓存(12b),以实现更优的读写性能优化。
一种新型mSATA存储缓存加速方法,其特征在于,该方法支持的mSATA介质(10)目前市场上的容量从32GB到1TB不等,理论上系统能支持的mSATA介质(10)的寻址容量是64TB,具体视使用的mSATA介质(10)自身容量而定,而该方法对mSATA介质(10)划分mSATA存储缓存单元(12c)时,划分mSATA存储缓存单元(12c)容量为512MB到16GB。
一种新型mSATA存储缓存加速方法,其特征在于,该方法采用的mSATA介质(10)有着优秀的读写性能,在每秒随机读写次数、每秒传输带宽等方面表现优秀,同时mSATA存储芯片(12)有着在存储设备掉电时也不会丢失的特点。
以上所述仅为本发明专利的较佳实施例而已,并不用以限制本发明专利,凡在本发明专利的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明专利的保护范围之内。
Claims (5)
1.一种新型mSATA存储缓存加速方法,其特征在于,该方法包含mSATA介质(10)、mSATA接口(11)、mSATA存储芯片(12)、mSATA存储读缓存(12a)、mSATA存储写缓存(12b)、mSATA存储缓存单元(12c)、存储设备(20)、存储硬盘(21)。
2.根据权利要求1所述的一种新型mSATA存储缓存加速方法,其特征在于,该方法存储设备(20)内部安装有mSATA接口(11)、mSATA介质(10)安装于mSATA接口(11)上,以达到存储设备(20)识别到mSATA设备,且mSATA接口(11)不占用存储硬盘(21)的接口数量。
3.根据权利要求1所述的一种新型mSATA存储缓存加速方法,其特征在于,该方法会对mSATA介质(10)的mSATA存储芯片(12)进行划分成多个mSATA存储缓存单元(12c),在配置时根据业务的读写需求不同而划分不同比例的mSATA存储读缓存(12a)和mSATA存储写缓存(12b),以实现更优的读写性能优化。
4.根据权利要求1所述的一种新型mSATA存储缓存加速方法,其特征在于,该方法支持的mSATA介质(10)目前市场上的容量从32GB到1TB不等,理论上系统能支持的mSATA介质(10)的寻址容量是64TB,具体视使用的mSATA介质(10)自身容量而定,而该方法对mSATA介质(10)划分mSATA存储缓存单元(12c)时,划分mSATA存储缓存单元(12c)容量为512MB到16GB。
5.根据权利要求1所述的一种新型mSATA存储缓存加速方法,其特征在于,该方法采用的mSATA介质(10)有着优秀的读写性能,在每秒随机读写次数、每秒传输带宽等方面表现优秀,同时mSATA存储芯片(12)有着在存储设备掉电时也不会丢失的特点。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710492500.5A CN107229428A (zh) | 2017-06-26 | 2017-06-26 | 一种新型mSATA存储缓存加速方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710492500.5A CN107229428A (zh) | 2017-06-26 | 2017-06-26 | 一种新型mSATA存储缓存加速方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN107229428A true CN107229428A (zh) | 2017-10-03 |
Family
ID=59936547
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710492500.5A Pending CN107229428A (zh) | 2017-06-26 | 2017-06-26 | 一种新型mSATA存储缓存加速方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107229428A (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110308919A (zh) * | 2019-07-04 | 2019-10-08 | 深圳市瑞驰信息技术有限公司 | 一种基于mSATA本地升级BMC的方法 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN203299696U (zh) * | 2013-06-06 | 2013-11-20 | 浪潮电子信息产业股份有限公司 | 一种基于飞腾平台的Raid硬件实现装置 |
CN104699425A (zh) * | 2015-03-27 | 2015-06-10 | 张维加 | 一种用于缓存和计算用途的便携式raid5设备 |
CN204759406U (zh) * | 2014-08-27 | 2015-11-11 | 上海威固信息技术有限公司 | 一种高性能大容量mSATA固态存储器 |
CN205594612U (zh) * | 2015-03-27 | 2016-09-21 | 张维加 | 一种用于缓存和计算用途的便携式raid5设备 |
CN106776412A (zh) * | 2016-12-21 | 2017-05-31 | 广州炒米信息科技有限公司 | 接口兼容电路 |
-
2017
- 2017-06-26 CN CN201710492500.5A patent/CN107229428A/zh active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN203299696U (zh) * | 2013-06-06 | 2013-11-20 | 浪潮电子信息产业股份有限公司 | 一种基于飞腾平台的Raid硬件实现装置 |
CN204759406U (zh) * | 2014-08-27 | 2015-11-11 | 上海威固信息技术有限公司 | 一种高性能大容量mSATA固态存储器 |
CN104699425A (zh) * | 2015-03-27 | 2015-06-10 | 张维加 | 一种用于缓存和计算用途的便携式raid5设备 |
CN205594612U (zh) * | 2015-03-27 | 2016-09-21 | 张维加 | 一种用于缓存和计算用途的便携式raid5设备 |
CN106776412A (zh) * | 2016-12-21 | 2017-05-31 | 广州炒米信息科技有限公司 | 接口兼容电路 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110308919A (zh) * | 2019-07-04 | 2019-10-08 | 深圳市瑞驰信息技术有限公司 | 一种基于mSATA本地升级BMC的方法 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9747318B2 (en) | Retrieving data in a storage system using thin provisioning | |
CN104115133B (zh) | 用于复合非易失性存储设备的数据迁移的方法、系统和设备 | |
CN106547476B (zh) | 用于数据存储系统的方法和装置 | |
US8782369B2 (en) | Apparatus to manage efficient data migration between tiers | |
CN104794064B (zh) | 一种基于区域热度的缓存管理方法 | |
US10061704B2 (en) | Systems and methods for managing cache of a data storage device | |
US20130318196A1 (en) | Storage system and storage control method for using storage area based on secondary storage as cache area | |
CN103702057B (zh) | 一种适应于多路并发写入流媒体数据的分块式存储算法 | |
CN104317736B (zh) | 一种分布式文件系统多级缓存实现方法 | |
CN103176754A (zh) | 一种海量小文件读取存储方法 | |
JP6711121B2 (ja) | 情報処理装置、キャッシュメモリ制御方法、およびキャッシュメモリ制御プログラム | |
CN103514249A (zh) | 一种数据自精简方法和系统及存储装置 | |
CN108182154A (zh) | 一种基于固态硬盘的日志文件的读写方法及固态硬盘 | |
CN107422989B (zh) | 一种Server SAN系统多副本读取方法及存储系统 | |
CN103838853A (zh) | 一种基于不同存储介质的混合文件系统 | |
CN103858112A (zh) | 一种数据缓存方法、装置及系统 | |
US8856439B2 (en) | Method and device for utilizing application-level prior knowledge for selectively storing data in higher performance media | |
CN109739696B (zh) | 一种双控存储阵列固态硬盘缓存加速方法 | |
CN109375868B (zh) | 一种数据存储方法、调度装置、系统、设备及存储介质 | |
US9678833B2 (en) | Storage controller, storage system and storage control method | |
CN107229428A (zh) | 一种新型mSATA存储缓存加速方法 | |
CN117762332A (zh) | 一种存储管理系统、方法、设备及机器可读存储介质 | |
CN205263797U (zh) | 一种采用固态硬盘ssd作为二级缓存的存储器 | |
CN114647388B (zh) | 一种分布式块存储系统和管理方法 | |
CN206833432U (zh) | 一种分布式数据存储系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20171003 |
|
WD01 | Invention patent application deemed withdrawn after publication |