Search results for "File system"

showing 10 items of 31 documents

Improving Collective I/O Performance Using Non-volatile Memory Devices

2016

Collective I/O is a parallel I/O technique designed to deliver high performance data access to scientific applications running on high-end computing clusters. In collective I/O, write performance is highly dependent upon the storage system response time and limited by the slowest writer. The storage system response time in conjunction with the need for global synchronisation, required during every round of data exchange and write, severely impacts collective I/O performance. Future Exascale systems will have an increasing number of processor cores, while the number of storage servers will remain relatively small. Therefore, the storage system concurrency level will further increase, worseni…

Input/outputFile system020203 distributed computingMulti-core processorbusiness.industryComputer scienceConcurrency020206 networking & telecommunications02 engineering and technologycomputer.software_genreSupercomputerNon-volatile memoryMemory managementData accessServerComputer data storage0202 electrical engineering electronic engineering information engineeringbusinesscomputerComputer network2016 IEEE International Conference on Cluster Computing (CLUSTER)
researchProduct

POSTER: Optimizing scientific file I/O patterns using advice based knowledge

2014

Before us, other works have used data prefetching to boost applications performance [1]–[8]. Our approach differs from these works since we do not rely on precise I/O pattern information to predict and prefetch every chunck of data in advance. Instead we use data prefetching to group many small requests in a few big ones, improving applications performance and utilization of the whole storage system. Moreover, we provide the infrastructure that enables users to access file system specific interfaces for guided I/O without modifying applications and hiding the intrinsic complexity that such interfaces introduce.

Input/outputInstruction prefetchFile systemDatabasebusiness.industryComputer scienceComputer data storagecomputer.software_genrebusinesscomputerAdvice (complexity)2014 IEEE International Conference on Cluster Computing (CLUSTER)
researchProduct

Towards Dynamic Scripted pNFS Layouts

2012

Today's network file systems consist of a variety of complex subprotocols and backend storage classes. The data is typically spread over multiple data servers to achieve higher levels of performance and reliability. A metadata server is responsible for creating the mapping of a file to these data servers. It is hard to map application specific access patterns to storage system specific features, which can result in a degraded IO performance. We present an NFSv4.1/pNFS protocol extension that integrates the client's ability to provide hints and I/O advices to metadata servers. We define multiple storage classes and allow the client to choose which type of storage fits best for its desired ac…

MetadataComputer sciencebusiness.industryServerDistributed computingComputer data storageOperating systemNetwork File Systemcomputer.software_genrebusinesscomputerMetadata server2012 SC Companion: High Performance Computing, Networking Storage and Analysis
researchProduct

ADA-FS—Advanced Data Placement via Ad hoc File Systems at Extreme Scales

2020

Today’s High-Performance Computing (HPC) environments increasingly have to manage relatively new access patterns (e.g., large numbers of metadata operations) which general-purpose parallel file systems (PFS) were not optimized for. Burst-buffer file systems aim to solve that challenge by spanning an ad hoc file system across node-local flash storage at compute nodes to relief the PFS from such access patterns. However, existing burst-buffer file systems still support many of the traditional file system features, which are often not required in HPC applications, at the cost of file system performance.

MetadataFile systemComputer scienceData_FILESOperating systemcomputer.software_genrecomputerFlash storageData placement
researchProduct

Using On-Demand File Systems in HPC Environments

2019

In modern HPC systems, parallel (distributed) file systems are used to allow fast access from and to the storage infrastructure. However, I/O performance in large-scale HPC systems has failed to keep up with the increase in computational power. As a result, the I/O subsystem which also has to cope with a large number of demanding metadata operations is often the bottleneck of the entire HPC system. In some cases, even a single bad behaving application can be held responsible for slowing down the entire HPC system, disrupting other applications that use the same I/O subsystem. These kinds of situations are likely to become more frequent in the future with larger and more powerful HPC systems…

MetadataFile systemComputer scienceOn demandDistributed computingDATA processing & computer scienceLustre (file system)ddc:004computer.software_genrecomputerGlobal file systemBottleneckBeeGFS
researchProduct

One Phase Commit: A Low Overhead Atomic Commitment Protocol for Scalable Metadata Services

2012

As the number of client machines in high end computing clusters increases, the file system cannot keep up with the resulting volume of requests, using a centralized metadata server. This problem will be even more prominent with the advent of the exascale computing age. In this context, the centralized metadata server represents a bottleneck for the scaling of the file system performance as well as a single point of failure. To overcome this problem, file systems are evolving from centralized metadata services to distributed metadata services. The metadata distribution raises a number of additional problems that must be taken into account. In this paper we will focus on the problem of managi…

MetadataFile systemComputer scienceStorage Resource BrokerDistributed computingServerScalabilityData_FILESMeta Data ServicesNamespacecomputer.software_genrecomputerMetadata repository2012 IEEE International Conference on Cluster Computing Workshops
researchProduct

Simurgh

2021

The availability of non-volatile main memory (NVMM) has started a new era for storage systems and NVMM specific file systems can support extremely high data and metadata rates, which are required by many HPC and data-intensive applications. Scaling metadata performance within NVMM file systems is nevertheless often restricted by the Linux kernel storage stack, while simply moving metadata management to the user space can compromise security or flexibility. This paper introduces Simurgh, a hardware-assisted user space file system with decentralized metadata management that allows secure metadata updates from within user space. Simurgh guarantees consistency, durability, and ordering of updat…

MetadataFile systemConsistency (database systems)Shared memoryComputer scienceScalabilityMetadata managementData_FILESUser spaceOperating systemLinux kernelcomputer.software_genrecomputerProceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis
researchProduct

Generalized Interaction-Free Evolutions

2015

A thorough analysis of the evolutions of bipartite systems characterized by the \lq effective absence\rq\, of interaction between the two subsystems is reported. First, the connection between the concepts underlying Interaction-Free Evolutions (IFE) and Decoherence-Free Subspaces (DFS) is explored, showing intricate relations between these concepts. Second, starting from this analysis and inspired by a generalization of DFS already known in the literature, we introduce the notion of generalized IFE (GIFE), also providing a useful characterization that allows to develop a general scheme for finding GIFE states.

PhysicsQuantum PhysicsGeneralizationFOS: Physical sciencesCharacterization (mathematics)01 natural sciencesLinear subspaceQuantum mechanicSettore FIS/03 - Fisica Della Materia010305 fluids & plasmasConnection (mathematics)AlgebraEntanglementScheme (mathematics)0103 physical sciencesBipartite graph010306 general physicsDistributed File SystemQuantum Physics (quant-ph)
researchProduct

NVMM-Oriented Hierarchical Persistent Client Caching for Lustre

2021

In high-performance computing (HPC), data and metadata are stored on special server nodes and client applications access the servers’ data and metadata through a network, which induces network latencies and resource contention. These server nodes are typically equipped with (slow) magnetic disks, while the client nodes store temporary data on fast SSDs or even on non-volatile main memory (NVMM). Therefore, the full potential of parallel file systems can only be reached if fast client side storage devices are included into the overall storage architecture. In this article, we propose an NVMM-based hierarchical persistent client cache for the Lustre file system (NVMM-LPCC for short). NVMM-LPC…

Record lockingComputer science020206 networking & telecommunications020207 software engineering02 engineering and technologyClient-sidecomputer.software_genreMetadataHardware and ArchitectureServerHierarchical storage managementScalability0202 electrical engineering electronic engineering information engineeringOperating systemLustre (file system)NamespacecomputerACM Transactions on Storage
researchProduct

Dentinal microcracks after root canal instrumentation using instruments manufactured with different NiTi alloys and the SAF system: A systematic revi…

2021

Aim: The aim of this systematic analysis was to assess the prevalence of dentinal microcracks at various levels (3, 6, and 9 mm from the apex) after using instruments made with conventional, R-Phase, and M-Wire NiTi alloys and the SAF system. Materials and Methods: Electronic searches were conducted in the databases Embase, Cochrane Library, Scopus, PubMed, and Web of Science. To arrange search methods, “MeSH” terms and/or keywords typically associated with the subject were paired with the Boolean operators “AND” and “OR.” Additional searches were conducted on the websites of four separate endodontic journals. After reading the titles and excluding duplicates, 1000 of the 1343 documents ori…

TechnologyMtwo filesWeb of scienceQH301-705.5Computer scienceQC1-9990206 medical engineeringDentistryTF Adaptive files02 engineering and technologyRoot canal instrumentationSystem a03 medical and health sciencesReciproc files0302 clinical medicineSelf-Adjusting File systemGeneral Materials ScienceBiology (General)QD1-999InstrumentationFluid Flow and Transfer ProcessesR-phasebusiness.industryTPhysicsProcess Chemistry and TechnologyGeneral Engineering030206 dentistryWAVEONE filesEngineering (General). Civil engineering (General)ProTaper Next files020601 biomedical engineeringComputer Science ApplicationsChemistryK3XF filesProTaper Universal filesMartensite-wireNickel titaniumDentin microcracksLower prevalenceNiTi instrumentsTA1-2040business
researchProduct