BR112017001991A2 - esvaziamento em sistema de arquivo - Google Patents

esvaziamento em sistema de arquivo

Info

Publication number
BR112017001991A2
BR112017001991A2 BR112017001991A BR112017001991A BR112017001991A2 BR 112017001991 A2 BR112017001991 A2 BR 112017001991A2 BR 112017001991 A BR112017001991 A BR 112017001991A BR 112017001991 A BR112017001991 A BR 112017001991A BR 112017001991 A2 BR112017001991 A2 BR 112017001991A2
Authority
BR
Brazil
Prior art keywords
emptying
file system
electronic device
application
adaptive
Prior art date
Application number
BR112017001991A
Other languages
English (en)
Other versions
BR112017001991B1 (pt
Inventor
Mike Liang Chieh-Jan
Ren Jinglei
Moscibroda Thomas
Original Assignee
Microsoft Technology Licensing Llc
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 Microsoft Technology Licensing Llc filed Critical Microsoft Technology Licensing Llc
Publication of BR112017001991A2 publication Critical patent/BR112017001991A2/pt
Publication of BR112017001991B1 publication Critical patent/BR112017001991B1/pt

Links

Classifications

    • 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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0804Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches with main memory updating
    • 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/0625Power saving in storage systems
    • 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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0866Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
    • G06F12/0868Data transfer between cache memory and other subsystems, e.g. storage devices or host systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • 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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0866Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
    • G06F12/0871Allocation or management of cache space
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/16Protection against loss of memory contents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1865Transactional file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1016Performance improvement
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1028Power efficiency
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1041Resource optimization
    • G06F2212/1044Space efficiency improvement
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/17Embedded application
    • G06F2212/171Portable consumer electronics, e.g. mobile phone
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/46Caching storage objects of specific type in disk cache
    • G06F2212/463File
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/50Control mechanisms for virtual memory, cache or TLB
    • G06F2212/502Control mechanisms for virtual memory, cache or TLB using adaptive policy
    • 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)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

a matéria em questão descrita neste documento diz respeito a um sistema de arquivo com esvaziamento adaptativo para um dispositivo eletrônico. o sistema de arquivo mantém dados em memória por tempo muito mais longo e sua diretriz para esvaziar cache de gravação em memória para armazenamento é ciente de aplicação e adaptativa. mais especificamente, quais partes dos dados armazenados em cache estão prontas para esvaziamento podem ser determinadas de acordo com a característica de acesso de uma aplicação. além do mais, quando deve ser feito esvaziamento pode ser selecionado flexivelmente pelo menos parcialmente com base em interações de entrada de usuário com uma aplicação do dispositivo eletrônico ou com o dispositivo eletrônico. adicionalmente, um mecanismo de escalonamento de múltiplas prioridades para escalonar unidades de dados que estão prontas para serem esvaziadas pode ser empregado, o qual assegura justiça entre aplicações e melhora adicionalmente desempenho de esvaziamento.
BR112017001991-4A 2014-08-15 2014-08-15 Método e dispositivo eletrônico compreendendo memória e armazenamento, e meio de armazenamento em computador BR112017001991B1 (pt)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/084556 WO2016023236A1 (en) 2014-08-15 2014-08-15 Flushing in file system

Publications (2)

Publication Number Publication Date
BR112017001991A2 true BR112017001991A2 (pt) 2017-12-12
BR112017001991B1 BR112017001991B1 (pt) 2022-11-16

Family

ID=55303830

Family Applications (1)

Application Number Title Priority Date Filing Date
BR112017001991-4A BR112017001991B1 (pt) 2014-08-15 2014-08-15 Método e dispositivo eletrônico compreendendo memória e armazenamento, e meio de armazenamento em computador

Country Status (11)

Country Link
US (1) US10579523B2 (pt)
EP (1) EP3180700B1 (pt)
JP (1) JP6527577B2 (pt)
KR (1) KR102303008B1 (pt)
CN (1) CN107209726B (pt)
AU (1) AU2014403638B2 (pt)
BR (1) BR112017001991B1 (pt)
CA (1) CA2955098C (pt)
MX (1) MX2017002051A (pt)
RU (1) RU2671049C2 (pt)
WO (1) WO2016023236A1 (pt)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108399047B (zh) * 2017-02-06 2022-11-29 中兴通讯股份有限公司 一种闪存文件系统及其数据管理方法
CN110109879B (zh) * 2018-01-18 2023-07-18 伊姆西Ip控股有限责任公司 在多核系统中冲刷元数据的方法、设备和计算机可读介质
CN110413202B (zh) * 2018-04-28 2024-03-08 伊姆西Ip控股有限责任公司 数据复制方法、设备和计算机程序产品
KR102052312B1 (ko) * 2018-05-08 2019-12-05 주식회사 애포샤 캐싱 장치 및 방법
US11138122B2 (en) * 2019-07-29 2021-10-05 EMC IP Holding Company, LLC System and method for dual node parallel flush
FR3102868B1 (fr) * 2019-11-04 2021-11-12 Idemia Identity & Security France Procédé pour exécuter une transaction
US11972361B2 (en) 2020-01-29 2024-04-30 Samsung Electronics Co., Ltd. Performance optimization of object grouping schema in a network key-value storage device using adaptive regression
US11243694B2 (en) 2020-01-29 2022-02-08 Samsung Electronics Co., Ltd. Grouping key value object IOs to improve IO performance for key-value storage devices
KR20210097010A (ko) * 2020-01-29 2021-08-06 삼성전자주식회사 키-값 스토리지 장치들에 대한 입출력 성능을 향상을 위한 키 값 객체 입출력들 그룹화
US11656967B2 (en) * 2020-02-13 2023-05-23 MemRay Corporation Method and apparatus for supporting persistence and computing device
US11656783B2 (en) * 2020-02-27 2023-05-23 EMC IP Holding Company LLC Achieving near-zero added latency for any point in time OS kernel-based application replication
US11070621B1 (en) * 2020-07-21 2021-07-20 Cisco Technology, Inc. Reuse of execution environments while guaranteeing isolation in serverless computing
CN113741977B (zh) * 2021-11-04 2022-03-25 北京壁仞科技开发有限公司 数据操作方法、数据操作装置、数据处理器

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6854115B1 (en) * 2000-06-02 2005-02-08 Sun Microsystems, Inc. Process persistence in a virtual machine
US6681293B1 (en) * 2000-08-25 2004-01-20 Silicon Graphics, Inc. Method and cache-coherence system allowing purging of mid-level cache entries without purging lower-level cache entries
RU2238584C2 (ru) * 2002-07-31 2004-10-20 Муратшин Борис Фрилевич Способ организации персистентной кэш памяти для многозадачных, в том числе симметричных многопроцессорных компьютерных систем и устройство для его осуществления
US7165129B1 (en) * 2004-01-26 2007-01-16 Cisco Technology, Inc. Method and apparatus for self-tuning transaction batching
JP2006091995A (ja) * 2004-09-21 2006-04-06 Toshiba Microelectronics Corp キャッシュメモリのライトバック装置
CN100524323C (zh) * 2005-12-26 2009-08-05 北京中星微电子有限公司 一种数据缓存单元及其实现方法
EP1873642B1 (en) * 2006-06-29 2009-08-19 Incard SA Transaction method for managing the storing of persistent data in a transaction stack
GB0625330D0 (en) * 2006-12-20 2007-01-24 Ibm System,method and computer program product for managing data using a write-back cache unit
US8200904B2 (en) * 2007-12-12 2012-06-12 Sandisk Il Ltd. System and method for clearing data from a cache
US7865658B2 (en) * 2007-12-31 2011-01-04 Sandisk Il Ltd. Method and system for balancing host write operations and cache flushing
US8521682B2 (en) * 2008-01-17 2013-08-27 International Business Machines Corporation Transfer of data from transactional data sources to partitioned databases in restartable environments
TWI385516B (zh) 2008-08-12 2013-02-11 Phison Electronics Corp 快閃記憶體儲存系統及其資料寫入方法
US8103822B2 (en) * 2009-04-26 2012-01-24 Sandisk Il Ltd. Method and apparatus for implementing a caching policy for non-volatile memory
US8578119B2 (en) 2009-11-16 2013-11-05 Symantec Corporation File system quota and reservation
US8407403B2 (en) * 2009-12-07 2013-03-26 Microsoft Corporation Extending SSD lifetime using hybrid storage
US8996563B2 (en) * 2010-04-06 2015-03-31 Tokutek, Inc. High-performance streaming dictionary
US20120143928A1 (en) * 2010-12-07 2012-06-07 Filip Yankov File system transaction log flush optimization
US20120284544A1 (en) * 2011-05-06 2012-11-08 Microsoft Corporation Storage Device Power Management
RU2487398C1 (ru) * 2011-12-13 2013-07-10 Общество с ограниченной ответственностью "ЛАН-ПРОЕКТ" Способ формирования виртуальной памяти и устройство для его реализации
US20140129765A1 (en) * 2012-11-07 2014-05-08 Taejin Info Tech Co., Ltd. Method to improve data reliability in dram ssd using asynchronous logging and incremental backup
CN103092786A (zh) 2013-02-25 2013-05-08 浪潮(北京)电子信息产业有限公司 一种双控双活存储控制系统及方法
CN103678608B (zh) * 2013-12-16 2017-10-17 华为技术有限公司 日志管理方法和装置

Also Published As

Publication number Publication date
EP3180700B1 (en) 2020-03-25
RU2671049C2 (ru) 2018-10-29
MX2017002051A (es) 2017-05-04
BR112017001991B1 (pt) 2022-11-16
KR20170042593A (ko) 2017-04-19
EP3180700A4 (en) 2017-08-09
CA2955098C (en) 2021-10-26
RU2017104495A3 (pt) 2018-08-14
CN107209726A (zh) 2017-09-26
AU2014403638B2 (en) 2020-06-25
CA2955098A1 (en) 2016-02-18
JP2017527887A (ja) 2017-09-21
JP6527577B2 (ja) 2019-06-05
CN107209726B (zh) 2020-12-11
WO2016023236A1 (en) 2016-02-18
AU2014403638A1 (en) 2017-02-09
US20180349275A1 (en) 2018-12-06
US10579523B2 (en) 2020-03-03
RU2017104495A (ru) 2018-08-14
KR102303008B1 (ko) 2021-09-15
EP3180700A1 (en) 2017-06-21

Similar Documents

Publication Publication Date Title
BR112017001991A2 (pt) esvaziamento em sistema de arquivo
BR112016006639A2 (pt) sistema e método para gerenciar canais adjacentes em um ambiente de transmissão contínua adaptativo
BR112019007458A8 (pt) Melhorias de eficiência em aplicativos de gerenciamento de tarefas
BR112018075358A8 (pt) Processo de seleção hierárquica
BR112017017152A2 (pt) fluxo contínuo de vídeo de baixa latência
BR112018068561A2 (pt) sinalização de empacotamento e entrega de conteúdo de aplicativo
BR112016007663A2 (pt) comutação entre os conjuntos de adaptação durante transmissão contínua de mídia
BR112018076960A2 (pt) método, computador do provedor de serviços, e, dispositivo de computação
GB2553974A (en) Systems and methods for enabling user voice interaction with a host computing device
CN106687911A8 (zh) 不损害数据完整性的在线数据移动
UA107125C2 (uk) Режими швидкого доступу до довільної точки для мережевої потокової передачі кодованих відеоданих
BR112015002140A2 (pt) método e dispositivo para economizar espaço de armazenamento
BR112017027861A2 (pt) dispositivo e método de transmissão, e, dispositivo e método de recepção.
BR112016023619A8 (pt) técnicas para otimização de potência com base em parâmetros de rede
CO2017010840A2 (es) Técnicas para manejar marcadores para archivos multimedia
NO20171576A1 (en) Enhancing oilfield operations with cognitive computing
BR112017003426A8 (pt) Fluxo de dados construído para processamento de evento intensificado
JP2016526225A5 (pt)
BR112019007914A2 (pt) método de controle de iniciação de aplicativo e dispositivo de computador, mídia de armazenamento não-transitória, método de controle de aplicativo, dispositivo de computador e mídia de armazenamento não-transitória
GB2534009A8 (en) Aggregate service with user interface
BR112017028019A2 (pt) entrega sequencial de conteúdo otimizado por eliminação de segmentos redundantes
GB2550081A (en) Secure file transfer
GB2562317A (en) Methods and systems for restricting data usage at a network device
BR112018070864A2 (pt) aparelho, método, e, computador servidor
BR112018071698A8 (pt) Sistema de provisionamento de ativos baseados na rede social

Legal Events

Date Code Title Description
B06U Preliminary requirement: requests with searches performed by other patent offices: procedure suspended [chapter 6.21 patent gazette]
B350 Update of information on the portal [chapter 15.35 patent gazette]
B350 Update of information on the portal [chapter 15.35 patent gazette]
B09A Decision: intention to grant [chapter 9.1 patent gazette]
B16A Patent or certificate of addition of invention granted [chapter 16.1 patent gazette]

Free format text: PRAZO DE VALIDADE: 20 (VINTE) ANOS CONTADOS A PARTIR DE 15/08/2014, OBSERVADAS AS CONDICOES LEGAIS