GB2608767A - Predictive provisioning of remotely-stored files - Google Patents

Predictive provisioning of remotely-stored files Download PDF

Info

Publication number
GB2608767A
GB2608767A GB2215195.5A GB202215195A GB2608767A GB 2608767 A GB2608767 A GB 2608767A GB 202215195 A GB202215195 A GB 202215195A GB 2608767 A GB2608767 A GB 2608767A
Authority
GB
United Kingdom
Prior art keywords
remote file
file
read request
predicted
remote
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
Application number
GB2215195.5A
Other versions
GB202215195D0 (en
Inventor
Seul Matthias
Pavlovich Korchemniy Alexandr
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of GB202215195D0 publication Critical patent/GB202215195D0/en
Publication of GB2608767A publication Critical patent/GB2608767A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/561Adding application-functional data or data for application control, e.g. adding metadata
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5681Pre-fetching or pre-delivering data based on network characteristics

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Library & Information Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Measuring Pulse, Heart Rate, Blood Pressure Or Blood Flow (AREA)
  • Electrotherapy Devices (AREA)

Abstract

A computer system with access to remote files stored on a remote system can predict that a portion of a remote file is likely to be necessary. The computer system may download the portion of the remote file to a local file and update metadata of the local file to reflect the downloaded portion.

Claims (25)

1. A method, comprising: identifying a remote file stored on a remote computing system; predicting that a predicted portion of the remote file is likely to be subject to a future read request; downloading the predicted portion of the remote file to a local file; and updating metadata of the local file to map a local portion of the local file to the predicted portion of the remote file.
2. The method of claim 1, further comprising receiving a first read request, wherein: the identifying is based at least on a target of the first read request; and the predicting is based at least on the first read request.
3. The method of claim 2, further comprising determining, based at least on an application profile database, a requesting application that initiated the first read request, wherein the predicting is further based at least on the requesting application.
4. The method of claim 3, further comprising: receiving a second read request targeting a targeted portion of the remote file; and updating the application profile database based at least on the predicted portion and the targeted portion.
5. The method of claim 1, further comprising: receiving a second read request targeting a targeted portion of the remote file; determining that the predicted portion of the remote file includes the targeted portion; and responsive to the determination that the predicted portion includes the targeted portion, returning, based on the metadata, at least part of the local portion mapped to the predicted portion.
6. The method of claim 1, further comprising: receiving a second read request targeting a targeted portion of the remote file; determining that the predicted portion of the remote file does not include the targeted portion; and downloading, responsive to the determination that the predicted portion does not include the targeted portion, at least a second portion of the remote file including the targeted portion.
7. The method of any preceding claim, further comprising monitoring read operations of a computing system, wherein the predicting is based at least on the monitoring.
8. The method of any preceding claim, wherein the predicting is based at least on system configuration information.
9. The method of any preceding claim, wherein: the remote computing system is a cloud computing system; and the remote file is a cloud file.
10. A system comprising: a memory; and a central processing unit (CPU) including one or more CPU cores configured to: identify a remote file stored on a remote computing system; predict that a predicted portion of the remote file is likely to be subject to a future read request; download the predicted portion of the remote file to a local file; and update metadata of the local file to map a local portion of the local file to the predicted portion of the remote file.
11. The system of claim 10, wherein the CPU is further configured to receive a first read request, wherein: the identifying is based at least on a target of the first read request; and the predicting is based at least on the first read request.
12. The system of claim 11 , wherein the CPU is further configured to determine, based at least on an application profile database, a requesting application that initiated the first read request, wherein the predicting is further based at least on the requesting application.
13. The system of claim 12, wherein the CPU is further configured to: receive a second read request targeting a targeted portion of the remote file; and update the application profile database based at least on the predicted portion and the targeted portion.
14. The system of claim 10, wherein the CPU is further configured to: receive a second read request targeting a targeted portion of the remote file; determine that the predicted portion of the remote file includes the targeted portion; and responsive to the determination that the predicted portion includes the targeted portion, return, based on the metadata, at least part of the local portion mapped to the predicted portion.
15. The system of claim 10, wherein the CPU is further configured to: receive a second read request targeting a targeted portion of the remote file; determine that the predicted portion of the remote file does not include the targeted portion; and responsive to the determination that the predicted portion does not include the targeted portion, download at least a second portion of the remote file including the targeted portion.
16. The system of any preceding claim, wherein the CPU is further configured to monitor read operations of the system, wherein the predicting is based at least on the monitoring.
17. The system of any preceding claim, wherein: the remote computing system is a cloud computing system; and the remote file is a cloud file.
18. A computer program product, the computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a computer to cause the computer to: identify a remote file stored on a remote computing system; predict that a predicted portion of the remote file is likely to be subject to a future read request; download the predicted portion of the remote file to a local file; and update metadata of the local file to map a local portion of the local file to the predicted portion of the remote file.
19. The computer program product of claim 18, wherein the instructions further cause the computer to receive a first read request, wherein: the identifying is based at least on a target of the first read request; and the predicting is based at least on the first read request.
20. The computer program product of claim 19, wherein the instructions further cause the computer to determine, based at least on an application profile database, a requesting application that initiated the first read request, wherein the predicting is further based at least on the requesting application.
21. The computer program product of claim 20, wherein the instructions further cause the computer to: receive a second read request targeting a targeted portion of the remote file; determine that the predicted portion of the remote file includes the targeted portion; and responsive to the determination that the predicted portion includes the targeted portion, return, based on the metadata, at least part of the local portion mapped to the predicted portion.
22. The computer program product of claim 18, wherein the instructions further cause the computer to: receive a second read request targeting a targeted portion of the remote file; determine that the predicted portion of the remote file does not include the targeted portion; and responsive to the determination that the predicted portion does not include the targeted portion, download at least a second portion of the remote file including the targeted portion..
23. The computer program product of claim 22, wherein the second portion of the remote file comprises an entirety of the remote file.
24. The computer program product of any preceding claim, wherein the instructions further cause the computer to monitor read operations of the computer, wherein the predicting is based at least on the monitoring.
25. The computer program product of any preceding claim, wherein: the remote computing system is a cloud computing system; and the remote file is a cloud file.
GB2215195.5A 2020-03-20 2021-03-11 Predictive provisioning of remotely-stored files Pending GB2608767A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16/824,860 US11533384B2 (en) 2020-03-20 2020-03-20 Predictive provisioning of cloud-stored files
PCT/IB2021/052018 WO2021186300A1 (en) 2020-03-20 2021-03-11 Predictive provisioning of remotely-stored files

Publications (2)

Publication Number Publication Date
GB202215195D0 GB202215195D0 (en) 2022-11-30
GB2608767A true GB2608767A (en) 2023-01-11

Family

ID=77747015

Family Applications (1)

Application Number Title Priority Date Filing Date
GB2215195.5A Pending GB2608767A (en) 2020-03-20 2021-03-11 Predictive provisioning of remotely-stored files

Country Status (10)

Country Link
US (1) US11533384B2 (en)
JP (1) JP2023517564A (en)
KR (1) KR20220132639A (en)
CN (1) CN115336237A (en)
AU (1) AU2021238984B2 (en)
CA (1) CA3167864A1 (en)
DE (1) DE112021000408T5 (en)
GB (1) GB2608767A (en)
IL (1) IL295240A (en)
WO (1) WO2021186300A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11430091B2 (en) * 2020-03-27 2022-08-30 Snap Inc. Location mapping for large scale augmented-reality
US20220329664A1 (en) * 2021-04-09 2022-10-13 Apple Inc. Secure data caching for edge networks

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100306339A1 (en) * 2009-05-31 2010-12-02 International Business Machines Corporation P2p content caching system and method
CN103064637A (en) * 2012-12-24 2013-04-24 珠海金山办公软件有限公司 Network disk cache synchronizing method and system
CN103067479A (en) * 2012-12-24 2013-04-24 珠海金山办公软件有限公司 Network disk synchronized method and system based on file coldness and hotness
CN105227598A (en) * 2014-06-11 2016-01-06 腾讯科技(深圳)有限公司 A kind of resource sharing method, device and system stored based on cloud
CN108280196A (en) * 2018-01-28 2018-07-13 丁超 File synchronisation method, device and computer storage media

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8799413B2 (en) * 2010-05-03 2014-08-05 Panzura, Inc. Distributing data for a distributed filesystem across multiple cloud storage systems
US9792298B1 (en) * 2010-05-03 2017-10-17 Panzura, Inc. Managing metadata and data storage for a cloud controller in a distributed filesystem
JP6082387B2 (en) * 2011-05-14 2017-02-15 ビットカーサ インコーポレイテッド Cloud file system with server-side non-replication of user-ignorant encrypted files
US9805054B2 (en) * 2011-11-14 2017-10-31 Panzura, Inc. Managing a global namespace for a distributed filesystem
US8886752B2 (en) * 2011-11-21 2014-11-11 Sony Computer Entertainment America System and method for optimizing transfers of downloadable content
CN103116618B (en) * 2013-01-28 2015-09-30 南开大学 Based on Telefile mirror method and the system of the lasting buffer memory of client
US9166866B2 (en) 2013-04-30 2015-10-20 Microsoft Technology Licensing, Llc Hydration and dehydration with placeholders
US9405767B2 (en) * 2013-05-01 2016-08-02 Microsoft Technology Licensing, Llc Streaming content and placeholders
US9852147B2 (en) 2015-04-01 2017-12-26 Dropbox, Inc. Selective synchronization and distributed content item block caching for multi-premises hosting of digital content items
US10887371B2 (en) * 2015-09-14 2021-01-05 Google Llc Systems and methods for content storage and retrieval
US10616327B2 (en) 2016-09-20 2020-04-07 Microsoft Technology Licensing, Llc Policy based hydration behavior in cloud storage synchronization
US11368528B2 (en) 2016-09-20 2022-06-21 Microsoft Technology Licensing, Llc Dynamic storage management in cloud storage synchronization
US11470131B2 (en) * 2017-07-07 2022-10-11 Box, Inc. User device processing of information from a network-accessible collaboration system
US10983677B2 (en) * 2018-11-16 2021-04-20 Dropbox, Inc. Prefetching digital thumbnails from remote servers to client devices based on a dynamic determination of file display criteria
CN116450939A (en) * 2023-04-12 2023-07-18 中博信息技术研究院有限公司 System and method for calling in database based on cloud computing management platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100306339A1 (en) * 2009-05-31 2010-12-02 International Business Machines Corporation P2p content caching system and method
CN103064637A (en) * 2012-12-24 2013-04-24 珠海金山办公软件有限公司 Network disk cache synchronizing method and system
CN103067479A (en) * 2012-12-24 2013-04-24 珠海金山办公软件有限公司 Network disk synchronized method and system based on file coldness and hotness
CN105227598A (en) * 2014-06-11 2016-01-06 腾讯科技(深圳)有限公司 A kind of resource sharing method, device and system stored based on cloud
CN108280196A (en) * 2018-01-28 2018-07-13 丁超 File synchronisation method, device and computer storage media

Also Published As

Publication number Publication date
GB202215195D0 (en) 2022-11-30
IL295240A (en) 2022-10-01
AU2021238984B2 (en) 2024-01-11
AU2021238984A1 (en) 2022-09-08
CA3167864A1 (en) 2021-09-23
JP2023517564A (en) 2023-04-26
US20210297502A1 (en) 2021-09-23
KR20220132639A (en) 2022-09-30
US11533384B2 (en) 2022-12-20
WO2021186300A1 (en) 2021-09-23
DE112021000408T5 (en) 2023-02-16
CN115336237A (en) 2022-11-11

Similar Documents

Publication Publication Date Title
US8082258B2 (en) Updating an inverted index in a real time fashion
GB2608767A (en) Predictive provisioning of remotely-stored files
US8244701B2 (en) Using behavior data to quickly improve search ranking
CN102163210A (en) Rapid update of index metadata
CN111930848B (en) Data partition storage method, device and system
US20210089538A1 (en) Processing data of a database system
US20160364831A1 (en) Remote translation, aggregation and distribution of computer program resources in graphics processing unit emulation
US20200151160A1 (en) Selectively requesting updated data values
CN110765076A (en) Data storage method and device, electronic equipment and storage medium
US8639720B2 (en) Data access method and configuration management database system
CN111273863B (en) Cache management
CN105005567B (en) Interest point query method and system
CN111191797B (en) Information processing method, information processing device, electronic equipment and storage medium
KR102543838B1 (en) Method and appartus for obtaining information
CN110489279A (en) A kind of duplicate of the document maintaining method and relevant apparatus
US20110093688A1 (en) Configuration management apparatus, configuration management program, and configuration management method
CN111291083B (en) Webpage source code data processing method and device and computer equipment
CN113220705A (en) Slow query identification method and device
KR102372996B1 (en) Method, apparatus and program for user identification through browser fingerprinting
US20180060053A1 (en) Evolving streaming installation of software applications
JP5365830B2 (en) Predictive cache method for caching information that is likely to be used, its system, and its program
KR20130012174A (en) Apparatus and method for providing review service in communication system
US9606783B2 (en) Dynamic code selection based on data policies
US11816067B2 (en) Prefetching data from a data storage system
US11451627B2 (en) System and method for content management with intelligent data store access across distributed stores