CN111290706A - 一种基于布隆过滤器的双层读写磨损均衡方法 - Google Patents

一种基于布隆过滤器的双层读写磨损均衡方法 Download PDF

Info

Publication number
CN111290706A
CN111290706A CN202010041828.7A CN202010041828A CN111290706A CN 111290706 A CN111290706 A CN 111290706A CN 202010041828 A CN202010041828 A CN 202010041828A CN 111290706 A CN111290706 A CN 111290706A
Authority
CN
China
Prior art keywords
write
read
filter
threshold
counting
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.)
Granted
Application number
CN202010041828.7A
Other languages
English (en)
Other versions
CN111290706B (zh
Inventor
王进祥
牛娜
付方发
苑嘉才
来逢昌
王永生
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Institute of Technology
Original Assignee
Harbin Institute of Technology
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN202010041828.7A priority Critical patent/CN111290706B/zh
Publication of CN111290706A publication Critical patent/CN111290706A/zh
Application granted granted Critical
Publication of CN111290706B publication Critical patent/CN111290706B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0614Improving the reliability of storage systems
    • G06F3/0616Improving the reliability of storage systems in relation to life time, e.g. increasing Mean Time Between Failures [MTBF]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0646Configuration or reconfiguration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/068Hybrid storage device
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

一种基于布隆过滤器的双层读写磨损均衡方法,本发明涉及混合内存存储器控制器磨损均衡方法。本发明的目的是为了解决现有表格磨损均衡算法空间开销大的问题。本发明将计数布隆过滤器应用在存储器控制器的设计中,通过动态的更改读写布隆过滤器的阈值来代表访存程序的时间局部性。同时,通过对读写布隆过滤器中的数值与动态阈值的比较来判断页面的读写热度。使混合内存的高度写磨损页面与轻度写磨损页面就行交换,达到混合内存整体磨损均衡的效果,从而提高混合内存***的整体寿命。本发明用于混合内存的磨损均衡控制领域。

Description

一种基于布隆过滤器的双层读写磨损均衡方法
技术领域
本发明涉及混合内存存储器控制器磨损均衡方法。
背景技术
为了满足现代嵌入式***对存储器内存的大容量和低功耗的要求,DRAM与非易失性存储器构成的混合型内存得到了广泛的应用。在非易失存储器中相变存储器PCM(PhaseChange Memory)已经成为学术界和工业界的新宠。相比于传统DRAM,PCM持久性内存具有静态功率低,存储密度高,按字节寻址的能力和数据持久力高等优点,这些优点为存储器的高效性能带来了巨大的挑战和机遇。尽管PCM优点众多,但其较高的写入延时和较低的写耐受力限制了PCM的使用寿命。在PCM和DRAM的混合主存储器设计中,如何提高平行混合架构中PCM的使用寿命成为目前的研究热点。磨损均衡算法是被广泛采用的用于提高混合存储器耐受性的一种方法。磨损均衡技术把上层不均衡的写访问通过重映射后均衡地写回到底层物理单元上,避免一些内存行因为写次数过高而提前磨穿,从而提升混合内存***的寿命。磨损均衡需要解决恶意攻击和正常负载下混合内存***的寿命问题。对于混合存储器,目前的磨损均衡算法分为基于表格的磨损均衡算法和基于代数的磨损均衡算法。基于表格的磨损均衡算法使用地址映射表记录逻辑地址与物理地址之间的对应关系,周期性的交换写次数较高和较低的区域,从而达到磨损均衡的目的,但是表格磨损均衡算法需要较高的时间和空间开销。代数磨损均衡算法使用代数函数将逻辑地址随机的重映射到物理空间,空间开销很低,代数磨损均衡算法可以在内存器控制器或芯片内部执行。但代数磨损均衡算法普遍面临着磨损预测不准确的问题,该类算法只能全局的轮转交换页面,并未有针对性的对某些写热度很高的页面进行特殊的磨损均衡处理。因此,提出一种低开销、高预测率的混合内存磨损均衡算法是非常有必要的。
发明内容
本发明的目的是为了解决现有表格磨损均衡算法时间和空间开销大的问题,而提出一种基于布隆过滤器的双层读写磨损均衡方法。
一种基于布隆过滤器的双层读写磨损均衡方法具体过程为:
步骤1、当有操作对页面P访存时,request_counter加1;
如果当前的操作是写操作,则通过两个哈希函数,对write_counting_bloom_filter相应位置加1,进入步骤2;
如果当前的操作是读操作,则通过两个哈希函数,对read_counting_bloom_filter相应位置加1,进入步骤3;
所述request_counter为访存请求计数器;
所述write_counting_bloom_filter为写布隆过滤器,read_counting_bloom_filter为读布隆过滤器;
在时间T内,将当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold的页面认为是写磨损较多页面;
在时间T内,将当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j]的页面认为是写磨损较少的页面,是读热页面;
步骤2、如果当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold,那么将写磨损较多的页面与写磨损较少的页面进行交换,进入步骤4;否则,进入步骤5;
所述PCM_write_threhold为相变存储器写阈值;
步骤3、如果当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j],则将当前读操作页面放入读热页面候选列表中,进入步骤6;否则,直接进入步骤6;
所述PCM_read_threhold为相变存储器读阈值;
步骤4、将读热页面候选列表中表头存放的页面K取出,将页面P与页面K进行位置交换,进入步骤5;
步骤5、如果PCM_write_threhold>HRWTH,则PCM_write_threhold减半,write_counting_bloom_filter中所有记录值减半,进入步骤7;否则直接进入步骤7;
所述,HRWTH为写操作最大阈值;
步骤6、如果PCM_read_threhold>HRRTH,则PCM_read_threhold减半,read_counting_bloom_filter中所有记录值减半,进入步骤8;否则直接进入步骤8;
所述,HRRTH为读操作最大阈值;
步骤7、如果request_counter是Tupwth的整数倍时,PCM_write_threhold=PCM_write_threhold+addwrite;否则结束程序;
所述,Tupwth为写阈值更新周期;
addwrite为写阈值增加跨度;
步骤8、如果request_counter是Tuprth的整数倍时,PCM_read_threhold=PCM_read_threhold+addread;否则结束程序;
所述,Tuprth为读阈值更新周期;
addread为读阈值增加跨度。
本发明的有益效果为:
本发明拟提高混合***内存使用寿命,对混合内存的存储器控制器进行设计,提出了一种基于布隆过滤器的双层读写磨损均衡方法(Double Layer Bloom Filter,DLBF),在较小的硬件开销下,实现PCM芯片内部粒度适中的磨损均衡,实现了在较小的空间开销小达到磨损均衡的目的。
实验结果表明,相较于无磨损均衡算法、random算法,Bloom Filter算法,本发明将混合内存***的使用寿命分别提升至这些算法的2.34倍、1.22倍、1.02倍。同时,本发明使得写分布的平均方差分别降低至无磨损均衡算法、random算法,Bloom Filter算法的1.04%、66.27%、96.97%。
附图说明
图1为在无磨损均衡算法中dijkstra负载写操作分布情况图;
图2为在无磨损均衡算法中jpeg_dec负载写操作分布情况图;
图3为在无磨损均衡算法中mpeg_dec负载写操作分布情况图;
图4为在DLBF磨损均衡算法中dijkstra负载写操作分布情况图;
图5为在DLBF磨损均衡算法中jpeg_dec负载写操作分布情况图;
图6为在DLBF磨损均衡算法中mpeg_dec负载写操作分布情况图;
图7为在不同算法中归一化的混合内存***使用寿命情况图,Without WL为无磨损均衡算法,random为随机算法,Bloom Filter为布隆过滤器算法,DLBF为双层布隆过滤器算法;
图8为归一化的写分布平均方差情况图。
具体实施方式
具体实施方式一:本实施方式一种基于布隆过滤器的双层读写磨损均衡方法具体过程为:
步骤1、当有操作对页面P访存时,request_counter加1;
如果当前的操作是写操作,则通过两个哈希函数,对write_counting_bloom_filter相应位置(操作对应的地址带入哈希函数,因为是两个哈希函数,所以会得出两个值i,j。即确定了布隆过滤器的相应位置)加1,进入步骤2;
如果当前的操作是读操作,则通过两个哈希函数,对read_counting_bloom_filter相应位置加1,进入步骤3;
所述request_counter为访存请求计数器;
所述write_counting_bloom_filter为写布隆过滤器,read_counting_bloom_filter为读布隆过滤器;
在时间T内,将当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold的页面认为是写磨损较多页面;
在时间T内,将当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j]的页面认为是写磨损较少的页面,是读热页面;
步骤2、如果当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold,那么将写磨损较多的页面与写磨损较少的页面进行交换,进入步骤4;否则(当前的页面并不是写磨损多的页面),进入步骤5;
所述PCM_write_threhold为相变存储器写阈值;
步骤3、如果当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j],则将当前读操作页面放入读热页面候选列表中,进入步骤6;否则,直接进入步骤6;
所述PCM_read_threhold为相变存储器读阈值;
步骤4、将读热页面候选列表中表头存放的页面K取出,将页面P与页面K进行位置交换,进入步骤5;
步骤5、如果PCM_write_threhold>HRWTH,则PCM_write_threhold减半,write_counting_bloom_filter中所有记录值减半,进入步骤7;否则直接进入步骤7;
所述,HRWTH为写操作最大阈值;
步骤6、如果PCM_read_threhold>HRRTH,则PCM_read_threhold减半,read_counting_bloom_filter中所有记录值减半,进入步骤8;否则直接进入步骤8;
所述,HRRTH为读操作最大阈值;
步骤7、如果request_counter是Tupwth的整数倍时,PCM_write_threhold=PCM_write_threhold+addwrite;否则结束程序;
所述,Tupwth为写阈值更新周期;
addwrite为写阈值增加跨度;
步骤8、如果request_counter是Tuprth的整数倍时,PCM_read_threhold=PCM_read_threhold+addread;否则结束程序;
所述,Tuprth为读阈值更新周期;
addread为读阈值增加跨度。
具体实施方式二:本实施方式与具体实施方式一不同的是,所述步骤1中两个哈希函数分别是
i=(R1*7+pageNo+1)%bf_size;
j=(R2*31+pageNo+1)%bf_size;
其中,bf_size为布隆过滤器长度,取值为256;pageNo为每个地址的特殊编码;R1,R2为随机数。
其它步骤及参数与具体实施方式一相同。
具体实施方式三:本实施方式与具体实施方式一不同的是,所述步骤1中时间T为10000个访存请求的时间。
其它步骤及参数与具体实施方式一相同。
具体实施方式四:本实施方式与具体实施方式二或三不同的是,所述步骤5中写操作最大阈值200<HRWTH<8000。
其它步骤及参数与具体实施方式二或三相同。
具体实施方式五:本实施方式与具体实施方式一至四之一不同的是,所述步骤6中读操作最大阈值10000<HRRTH<80000。
其它步骤及参数与具体实施方式一至四之一相同。
具体实施方式六:本实施方式与具体实施方式一至五之一不同的是,所述步骤7中写阈值更新周期10000<Tupwth<80000;
写阈值增加跨度1≤addwrite≤16。
其它步骤及参数与具体实施方式一至五之一相同。
具体实施方式七:本实施方式与具体实施方式一至六之一不同的是,所述步骤8中读阈值更新周期2000<Tuprth<20000;
读阈值增加跨度1≤addread≤8。
其它步骤及参数与具体实施方式一至六之一相同。
采用以下实施例验证本发明的有益效果:
实施例一:
本发明使用Gem5-Nvmain***模拟器对bitcount、CRC32、dijkstra、FFT、jpeg_decoder、jpeg_encoder、mpeg2_dec、patricia、qsort、sha这10种常用负载进行测试,这些负载来自mediabench或Mibench。主存储器的详细仿真配置列于表1中。
表1:仿真配置
Figure BDA0002368031920000071
如图1所示,本发明将访存过程中的写操作均匀的分布在了混合内存中。与无磨损均衡算法的混合内存写分布情况相比,当***运行这三种测试负载时,本发明DLBF磨损均衡算法将***的使用寿命分别提高提高了67.99%、84.21%、54.23%。同时DLBF将写分布方差降至无磨损均衡算法的7.2%、0.91%、1.15%。
如图2所示,与无磨损均衡算法、random算法,Bloom Filter算法相比,本发明DLBF将混合内存***的使用寿命分别提升至这些算法的2.34倍、1.22倍、1.02倍。
图3显示了混合内存中写分布的归一化平均方差,DLBF使得写分布的平均方差分别降低至无磨损均衡算法、random算法、Bloom Filter算法的1.04%、66.27%、96.97%。
本发明还可有其它多种实施例,在不背离本发明精神及其实质的情况下,本领域技术人员当可根据本发明作出各种相应的改变和变形,但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。

Claims (7)

1.一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述方法具体过程为:
步骤1、当有操作对页面P访存时,request_counter加1;
如果当前的操作是写操作,则通过两个哈希函数,对write_counting_bloom_filter相应位置加1,进入步骤2;
如果当前的操作是读操作,则通过两个哈希函数,对read_counting_bloom_filter相应位置加1,进入步骤3;
所述request_counter为访存请求计数器;
所述write_counting_bloom_filter为写布隆过滤器,read_counting_bloom_filter为读布隆过滤器;
在时间T内,将当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold的页面认为是写磨损较多页面;
在时间T内,将当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j]的页面认为是写磨损较少的页面,是读热页面;
步骤2、如果当前写操作使得两个哈希函数对write_counting_bloom_filter相应位置write_counting_bloom_filter[i]和write_counting_bloom_filter[j]的值均大于PCM_write_threhold,那么将写磨损较多的页面与写磨损较少的页面进行交换,进入步骤4;否则,进入步骤5;
所述PCM_write_threhold为相变存储器写阈值;
步骤3、如果当前读操作使得两个哈希函数对read_counting_bloom_filter相应位置read_counting_bloom_filter[i]和read_counting_bloom_filter[j]的值均大于PCM_read_threhold,并且read_counting_bloom_filter[i]>write_counting_bloom_filter[i]、read_counting_bloom_filter[j]>write_counting_bloom_filter[j],则将当前读操作页面放入读热页面候选列表中,进入步骤6;否则,直接进入步骤6;
所述PCM_read_threhold为相变存储器读阈值;
步骤4、将读热页面候选列表中表头存放的页面K取出,将页面P与页面K进行位置交换,进入步骤5;
步骤5、如果PCM_write_threhold>HRWTH,则PCM_write_threhold减半,write_counting_bloom_filter中所有记录值减半,进入步骤7;否则直接进入步骤7;
所述,HRWTH为写操作最大阈值;
步骤6、如果PCM_read_threhold>HRRTH,则PCM_read_threhold减半,read_counting_bloom_filter中所有记录值减半,进入步骤8;否则直接进入步骤8;
所述,HRRTH为读操作最大阈值;
步骤7、如果request_counter是Tupwth的整数倍时,PCM_write_threhold=PCM_write_threhold+addwrite;否则结束程序;
所述,Tupwth为写阈值更新周期;
addwrite为写阈值增加跨度;
步骤8、如果request_counter是Tuprth的整数倍时,PCM_read_threhold=PCM_read_threhold+addread;否则结束程序;
所述,Tuprth为读阈值更新周期;
addread为读阈值增加跨度。
2.根据权利要求1所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤1中两个哈希函数分别是
i=(R1*7+pageNo+1)%bf_size;
j=(R2*31+pageNo+1)%bf_size;
其中,bf_size为布隆过滤器长度,取值为256;pageNo为每个地址的特殊编码;R1,R2为随机数。
3.根据权利要求1所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤1中时间T为10000个访存请求的时间。
4.根据权利要求2或3所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤5中写操作最大阈值200<HRWTH<8000。
5.根据权利要求4所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤6中读操作最大阈值10000<HRRTH<80000。
6.根据权利要求5所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤7中写阈值更新周期10000<Tupwth<80000;
写阈值增加跨度1≤addwrite≤16。
7.根据权利要求6所述一种基于布隆过滤器的双层读写磨损均衡方法,其特征在于:所述步骤8中读阈值更新周期2000<Tuprth<20000;
读阈值增加跨度1≤addread≤8。
CN202010041828.7A 2020-01-15 2020-01-15 一种基于布隆过滤器的双层读写磨损均衡方法 Active CN111290706B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010041828.7A CN111290706B (zh) 2020-01-15 2020-01-15 一种基于布隆过滤器的双层读写磨损均衡方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010041828.7A CN111290706B (zh) 2020-01-15 2020-01-15 一种基于布隆过滤器的双层读写磨损均衡方法

Publications (2)

Publication Number Publication Date
CN111290706A true CN111290706A (zh) 2020-06-16
CN111290706B CN111290706B (zh) 2023-03-31

Family

ID=71025427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010041828.7A Active CN111290706B (zh) 2020-01-15 2020-01-15 一种基于布隆过滤器的双层读写磨损均衡方法

Country Status (1)

Country Link
CN (1) CN111290706B (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052190A (zh) * 2020-09-03 2020-12-08 杭州电子科技大学 一种基于布隆过滤器和二级lru表的固态硬盘热数据识别方法
CN114968103A (zh) * 2022-05-27 2022-08-30 厦门大学 一种基于持久性内存的指纹存储方法

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100281202A1 (en) * 2009-04-30 2010-11-04 International Business Machines Corporation Wear-leveling and bad block management of limited lifetime memory devices
CN106528454A (zh) * 2016-11-04 2017-03-22 中国人民解放军国防科学技术大学 一种基于闪存的内存***缓存机制
CN106776967A (zh) * 2016-12-05 2017-05-31 哈尔滨工业大学(威海) 基于时序聚合算法的海量小文件实时存储方法及装置
US20180129557A1 (en) * 2016-11-10 2018-05-10 Western Digital Technologies, Inc. System and methodology for error management within a shared non-volatile memory architecture using bloom filters
CN108710581A (zh) * 2018-05-23 2018-10-26 中国人民解放军陆军工程大学 基于布隆过滤器的pcm存储介质磨损均衡方法
CN108762671A (zh) * 2018-05-23 2018-11-06 中国人民解放军陆军工程大学 基于pcm和dram的混合内存***及其管理方法
US20190121742A1 (en) * 2017-10-19 2019-04-25 Samsung Electronics Co., Ltd. System and method for identifying hot data and stream in a solid-state drive

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100281202A1 (en) * 2009-04-30 2010-11-04 International Business Machines Corporation Wear-leveling and bad block management of limited lifetime memory devices
CN106528454A (zh) * 2016-11-04 2017-03-22 中国人民解放军国防科学技术大学 一种基于闪存的内存***缓存机制
US20180129557A1 (en) * 2016-11-10 2018-05-10 Western Digital Technologies, Inc. System and methodology for error management within a shared non-volatile memory architecture using bloom filters
CN106776967A (zh) * 2016-12-05 2017-05-31 哈尔滨工业大学(威海) 基于时序聚合算法的海量小文件实时存储方法及装置
US20190121742A1 (en) * 2017-10-19 2019-04-25 Samsung Electronics Co., Ltd. System and method for identifying hot data and stream in a solid-state drive
CN108710581A (zh) * 2018-05-23 2018-10-26 中国人民解放军陆军工程大学 基于布隆过滤器的pcm存储介质磨损均衡方法
CN108762671A (zh) * 2018-05-23 2018-11-06 中国人民解放军陆军工程大学 基于pcm和dram的混合内存***及其管理方法

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
J. YUN等: "Bloom filter-based dynamic wear leveling for phase-change RAM" *
NA NIU等: "DLBF:A lowoverhead wear leveling algorithm for embedded systems with hybrid memory" *
冒伟等: "基于相变存储器的存储技术研究综述" *
张震;付印金;胡谷雨;: "基于布隆过滤器的新型混合内存架构磨损均衡策略" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052190A (zh) * 2020-09-03 2020-12-08 杭州电子科技大学 一种基于布隆过滤器和二级lru表的固态硬盘热数据识别方法
CN114968103A (zh) * 2022-05-27 2022-08-30 厦门大学 一种基于持久性内存的指纹存储方法

Also Published As

Publication number Publication date
CN111290706B (zh) 2023-03-31

Similar Documents

Publication Publication Date Title
JP5823469B2 (ja) 低電力・低遅延・大容量ストレージ・クラス・メモリのための装置および方法
CN113015965B (zh) 基于小计写入计数器执行混合损耗均衡操作
CN106293521B (zh) 一种映射粒度自适应的闪存转换层管理方法
CN108804350A (zh) 一种内存访问方法及计算机***
EP3462320B1 (en) Dynamic page allocation in memory
CN106873912A (zh) Tlc芯片固态硬盘的动态分区存储方法及装置、***
CN105808455B (zh) 访问内存的方法、存储级内存及计算机***
US8214596B2 (en) Apparatus and method for segmented cache utilization
CN103838676B (zh) 数据存储***、数据存储方法及pcm桥
US9996292B2 (en) Memory system and operation method thereof
CN111290706B (zh) 一种基于布隆过滤器的双层读写磨损均衡方法
CN110532200B (zh) 一种基于混合内存架构的内存***
KR20180123385A (ko) 메모리 시스템 및 이를 이용한 웨어-레벨링 방법
CN102681792B (zh) 一种固态盘内存分区方法
US20230019910A1 (en) Limiting hot-cold swap wear leveling
CN109558093B (zh) 一种针对图像处理型负载的混合内存页面迁移方法
US11481119B2 (en) Limiting hot-cold swap wear leveling
US11360885B2 (en) Wear leveling based on sub-group write counts in a memory sub-system
CN109656482B (zh) 一种基于存储器访问的写热页面预测方法
CN111143313B (zh) 一种提高混合映射算法的日志块读写性能的方法
CN108292262B (zh) 计算机存储器管理方法和***
JP2012185764A (ja) メモリアクセス処理システム、制御方法、及びプログラム
TWI635391B (zh) 快閃記憶體以及其管理方法
WO2023184930A1 (zh) 存储器的磨损均衡方法和装置、存储器和电子设备
CN108897618B (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
GR01 Patent grant
GR01 Patent grant