SlideShare una empresa de Scribd logo
1 de 18
1

Big Memory File System

Mahesh Gupta
DOS Lab, IIT Madras
Contents
 Introduction
 Traditional System Architecture

 Survey on Big Memory System
 Survey
 Violin memory system

 Existing Systems
 Redis
 tmpfs

 In Memory File System
 High level architecture
 Functional Requirements
 Various Experiments that can be done

 References

2
3

Introduction
Traditional System Architecture
Processing Unit

L1 Cache
L2Cache
L3 Cache

Main Memory

Disk

Disk

4
Issues

5

 Access to disk is quite costly : almost 1000 times that of
main memory access
[source: OS, Galvin]
 Disk access is handled quite separately compared to main
memory access. Process is blocked and pushed into device
queue.
 Data needs to be moved constantly to & from disk for using
small memory to execute large process.
 As number of process increases, some of process needs to
be swapped out to accommodate new processes.
6

Impact of Big Memory Systems
7

Survey
 According to a study by Aberdeen group, “In-memory
Computing: Lifting the burden of Big Data”, storing the
data in flash memory while processing makes huge impact.
 Various businesses require real world analytics on very large
amount of data, which is not feasible in traditional disk based
storage.
Statistics

8

 Data Stored in In-memory can be processed at the rate of
1200 TB / hour whereas On-disk data can be processed at
the rate of 3.2 TB / hour.
~ 350 times faster
 Average response time for query was 42 seconds (inmemory data) vs 75 minutes (disk data)
~ 100 times faster
 Impact: Results obtained in real time. Quality of result is
high. Real world value is very high.
Violin Memory

9

 Violin Memory, manufactures large scale flash memory
array which could be added to the board directly giving very
high capacity In-memory.
 Having very high in-memory gives rise to a system where
MM capacity would be as good as disk capacity and hence
entire data while reading can be brought to MM and need not
be accessed again and again.
 Targeted Applications:
 Faster Big data analytics
 Accelerating enterprise applications
10

The trend
 Moving Desktop systems from disk based to diskless
system where entire data will be stored on cloud, and
systems can simply access them over network.
 With very high processing speed available, disk access
becomes the only bottleneck larger tasks.
 Very large Memory
performance.

can

help

to

optimize

system
11

Existing Systems
12

REmote DIctionary Server (Redis)
 In memory key-value store, text based protocol.
 Idea: To provide a efficient data storage in Memory and access without
accessing the disk.
 Designed as DSL to work on simple to complex data structure
 Uses Virtualization to handle data larger than main memory. (Based on
the idea to give similar performance with / without virtual memory)
 Asynchronous in nature (Memory to Disk transfer)
 Used by Stack Overflow, Github
13

tmpfs : virtual memory file system
 Virtual memory File system by Sun Microsystem
 Idea: to design file system for short lived small sized files
which do not reside on disk. And give performance of access
to RAM

 Memory based file system, uses page cache instead of RAM
to store data.
14

In-Memory File System for OS
“To modify Memory Management Unit (MMU) to be
able to take advantage of Big In-memory and improving system
performance.”
15

Processing Unit

Existing Architecture

Modified Architecture 1

Modified Architecture 2

Memory Management Unit

Main Memory

Disk

Memory
Management Unit

Storage

Memory File
System

Storage
Functional Requirements

16

 Newly designed system should not
 Replace existing file system.
 Should be flexible to support any changes done at the storage
side so that later disk can be replaced by network storage.

 Should minimize access to the storage unit.
 Access to small, large and very large files should take roughly
same amount of time. (transfer of data to/from memory should be
done efficiently)
Experiments

17

 To see if storage unit can be replaced by storage over
network, and architectural modification required. (to support
thin client)
 To see if memory unit can support database semantics for
querying or if version control semantics can be implemented.
 To see how the system can be designed to support
concurrent access.
 Network server can act as a master while systems sharing
resource can act as slaves.
18

References
 In-Memory Analytics:
http://spotfire.tibco.com/~/media/contentcenter/articles/aberdeen-in-memory-analytics-for-big-data.pdf
 Violin Memory: http://www.violin-memory.com/
 Redis:
 Slides: http://nosqlberlin.de/slides/NoSQLBerlin-Redis.pdf
 Internal VM: http://redis.io/topics/internals-vm

 tmpfs Virtual memory file system:
http://www.cs.rit.edu/~vcss544/tmpfs.pdf

Más contenido relacionado

La actualidad más candente

Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologiesKaivalya Shah
 
LizardFS-WhitePaper-Eng-v4.0 (1)
LizardFS-WhitePaper-Eng-v4.0 (1)LizardFS-WhitePaper-Eng-v4.0 (1)
LizardFS-WhitePaper-Eng-v4.0 (1)Pekka Männistö
 
Google Bigtable paper presentation
Google Bigtable paper presentationGoogle Bigtable paper presentation
Google Bigtable paper presentationvanjakom
 
In-Memory Computing: Myths and Facts
In-Memory Computing: Myths and FactsIn-Memory Computing: Myths and Facts
In-Memory Computing: Myths and FactsDATAVERSITY
 
Oaklands college: Protecting your data.
Oaklands college: Protecting your data.Oaklands college: Protecting your data.
Oaklands college: Protecting your data.JISC RSC Eastern
 
Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space ManagementAgnas Jasmine
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage TechnologyLopamudra Das
 
The Google File System (GFS)
The Google File System (GFS)The Google File System (GFS)
The Google File System (GFS)Romain Jacotin
 
Google Bigtable Paper Presentation
Google Bigtable Paper PresentationGoogle Bigtable Paper Presentation
Google Bigtable Paper Presentationvanjakom
 
In-Memory Computing: How, Why? and common Patterns
In-Memory Computing: How, Why? and common PatternsIn-Memory Computing: How, Why? and common Patterns
In-Memory Computing: How, Why? and common PatternsSrinath Perera
 
Gpfs introandsetup
Gpfs introandsetupGpfs introandsetup
Gpfs introandsetupasihan
 
Software Defined storage
Software Defined storageSoftware Defined storage
Software Defined storageKirillos Akram
 
HP Storage Backup (RDX) presentation
HP Storage Backup (RDX) presentation HP Storage Backup (RDX) presentation
HP Storage Backup (RDX) presentation Jaideep Kumar
 

La actualidad más candente (20)

Introduction to Storage technologies
Introduction to Storage technologiesIntroduction to Storage technologies
Introduction to Storage technologies
 
LizardFS-WhitePaper-Eng-v4.0 (1)
LizardFS-WhitePaper-Eng-v4.0 (1)LizardFS-WhitePaper-Eng-v4.0 (1)
LizardFS-WhitePaper-Eng-v4.0 (1)
 
Mass storage systemsos
Mass storage systemsosMass storage systemsos
Mass storage systemsos
 
ch11
ch11ch11
ch11
 
GPFS Solution Brief
GPFS Solution BriefGPFS Solution Brief
GPFS Solution Brief
 
Google Bigtable paper presentation
Google Bigtable paper presentationGoogle Bigtable paper presentation
Google Bigtable paper presentation
 
In-Memory Computing: Myths and Facts
In-Memory Computing: Myths and FactsIn-Memory Computing: Myths and Facts
In-Memory Computing: Myths and Facts
 
Swapping | Computer Science
Swapping | Computer ScienceSwapping | Computer Science
Swapping | Computer Science
 
Oaklands college: Protecting your data.
Oaklands college: Protecting your data.Oaklands college: Protecting your data.
Oaklands college: Protecting your data.
 
Swap-space Management
Swap-space ManagementSwap-space Management
Swap-space Management
 
Basics of storage Technology
Basics of storage TechnologyBasics of storage Technology
Basics of storage Technology
 
Scaling Up vs. Scaling-out
Scaling Up vs. Scaling-outScaling Up vs. Scaling-out
Scaling Up vs. Scaling-out
 
The Google File System (GFS)
The Google File System (GFS)The Google File System (GFS)
The Google File System (GFS)
 
Google Bigtable Paper Presentation
Google Bigtable Paper PresentationGoogle Bigtable Paper Presentation
Google Bigtable Paper Presentation
 
In-Memory Computing: How, Why? and common Patterns
In-Memory Computing: How, Why? and common PatternsIn-Memory Computing: How, Why? and common Patterns
In-Memory Computing: How, Why? and common Patterns
 
Gpfs introandsetup
Gpfs introandsetupGpfs introandsetup
Gpfs introandsetup
 
Software Defined storage
Software Defined storageSoftware Defined storage
Software Defined storage
 
Qnap nas ts serie x71u-catalogo
Qnap nas ts serie x71u-catalogoQnap nas ts serie x71u-catalogo
Qnap nas ts serie x71u-catalogo
 
HP Storage Backup (RDX) presentation
HP Storage Backup (RDX) presentation HP Storage Backup (RDX) presentation
HP Storage Backup (RDX) presentation
 
Storage Management
Storage ManagementStorage Management
Storage Management
 

Destacado

Leadership style
Leadership styleLeadership style
Leadership stylesristi1992
 
Arbitration & Conciliation Act 1996 (amdt) ordinance
Arbitration & Conciliation Act 1996 (amdt) ordinanceArbitration & Conciliation Act 1996 (amdt) ordinance
Arbitration & Conciliation Act 1996 (amdt) ordinanceMahesh Gupta
 
Redesigning & integrating bluetooth 3
Redesigning & integrating bluetooth 3Redesigning & integrating bluetooth 3
Redesigning & integrating bluetooth 3Mahesh Gupta
 
Intellectual property
Intellectual propertyIntellectual property
Intellectual propertyRexNige
 
Social Media Best Practices OMMA Global Case Study
Social Media Best Practices OMMA Global Case StudySocial Media Best Practices OMMA Global Case Study
Social Media Best Practices OMMA Global Case StudyContext Optional
 
Ppt06 little rabbit 2010
Ppt06 little rabbit 2010Ppt06 little rabbit 2010
Ppt06 little rabbit 2010luciamontoliu
 
Background Check & Due Diligence Services - Arch360 Group
Background Check & Due Diligence Services - Arch360 GroupBackground Check & Due Diligence Services - Arch360 Group
Background Check & Due Diligence Services - Arch360 GroupGabriela Coldea, CFE
 
Open Source Presentation
Open Source PresentationOpen Source Presentation
Open Source PresentationRexNige
 
NET+ Subnetting
NET+ SubnettingNET+ Subnetting
NET+ SubnettingBernado
 
Xcode开发员入门导引(简体中文版)
Xcode开发员入门导引(简体中文版)Xcode开发员入门导引(简体中文版)
Xcode开发员入门导引(简体中文版)babyyellow li
 
The room of my dream
The room of my dreamThe room of my dream
The room of my dreamguest418635
 
Instructional Strategies
Instructional StrategiesInstructional Strategies
Instructional Strategiesgerikenglish
 

Destacado (20)

Leadership style
Leadership styleLeadership style
Leadership style
 
Jyothi reddy
Jyothi reddyJyothi reddy
Jyothi reddy
 
Arbitration & Conciliation Act 1996 (amdt) ordinance
Arbitration & Conciliation Act 1996 (amdt) ordinanceArbitration & Conciliation Act 1996 (amdt) ordinance
Arbitration & Conciliation Act 1996 (amdt) ordinance
 
Redesigning & integrating bluetooth 3
Redesigning & integrating bluetooth 3Redesigning & integrating bluetooth 3
Redesigning & integrating bluetooth 3
 
Peggy and mummy
Peggy and mummyPeggy and mummy
Peggy and mummy
 
Intellectual property
Intellectual propertyIntellectual property
Intellectual property
 
Family Tree
Family TreeFamily Tree
Family Tree
 
Social Media Best Practices OMMA Global Case Study
Social Media Best Practices OMMA Global Case StudySocial Media Best Practices OMMA Global Case Study
Social Media Best Practices OMMA Global Case Study
 
Ppt06 little rabbit 2010
Ppt06 little rabbit 2010Ppt06 little rabbit 2010
Ppt06 little rabbit 2010
 
Winter p4
Winter p4Winter p4
Winter p4
 
Background Check & Due Diligence Services - Arch360 Group
Background Check & Due Diligence Services - Arch360 GroupBackground Check & Due Diligence Services - Arch360 Group
Background Check & Due Diligence Services - Arch360 Group
 
Open Source Presentation
Open Source PresentationOpen Source Presentation
Open Source Presentation
 
Meals
MealsMeals
Meals
 
NET+ Subnetting
NET+ SubnettingNET+ Subnetting
NET+ Subnetting
 
Xcode开发员入门导引(简体中文版)
Xcode开发员入门导引(简体中文版)Xcode开发员入门导引(简体中文版)
Xcode开发员入门导引(简体中文版)
 
Christmas p3
Christmas p3Christmas p3
Christmas p3
 
The room of my dream
The room of my dreamThe room of my dream
The room of my dream
 
Sp%20 pendidikan%20islam%20kbsm
Sp%20 pendidikan%20islam%20kbsmSp%20 pendidikan%20islam%20kbsm
Sp%20 pendidikan%20islam%20kbsm
 
Spring
SpringSpring
Spring
 
Instructional Strategies
Instructional StrategiesInstructional Strategies
Instructional Strategies
 

Similar a Big in memory file system

Performance Tuning
Performance TuningPerformance Tuning
Performance TuningJannet Peetz
 
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...IBM India Smarter Computing
 
Introducing StorNext5 and Lattus
Introducing StorNext5 and LattusIntroducing StorNext5 and Lattus
Introducing StorNext5 and Lattusinside-BigData.com
 
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandWhy is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandINFINIDAT
 
storage-systems.pptx
storage-systems.pptxstorage-systems.pptx
storage-systems.pptxShimoFcis
 
Distributed virtual disk storage system
Distributed virtual disk storage systemDistributed virtual disk storage system
Distributed virtual disk storage systemAlexander Decker
 
11.distributed virtual disk storage system
11.distributed virtual disk storage system11.distributed virtual disk storage system
11.distributed virtual disk storage systemAlexander Decker
 
[IC Manage] Workspace Acceleration & Network Storage Reduction
[IC Manage] Workspace Acceleration & Network Storage Reduction[IC Manage] Workspace Acceleration & Network Storage Reduction
[IC Manage] Workspace Acceleration & Network Storage ReductionPerforce
 
High performance storage solutions definition & more
High performance storage solutions definition & moreHigh performance storage solutions definition & more
High performance storage solutions definition & moreData Source
 
Unit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptxUnit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptxAnkitChauhan817826
 
In-Memory Big Data Analytics
In-Memory Big Data AnalyticsIn-Memory Big Data Analytics
In-Memory Big Data AnalyticsSupreeth M P
 
In memory big data management and processing a survey
In memory big data management and processing a surveyIn memory big data management and processing a survey
In memory big data management and processing a surveyredpel dot com
 
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 Technology
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 TechnologyAdd Memory, Improve Performance, and Lower Costs with IBM MAX5 Technology
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 TechnologyIBM India Smarter Computing
 
03 Data Recovery - Notes
03 Data Recovery - Notes03 Data Recovery - Notes
03 Data Recovery - NotesKranthi
 
Virtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryVirtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryAshik Iqbal
 
TSS03135-USEN-00_HR
TSS03135-USEN-00_HRTSS03135-USEN-00_HR
TSS03135-USEN-00_HREd Ahl
 
Data Deduplication: Venti and its improvements
Data Deduplication: Venti and its improvementsData Deduplication: Venti and its improvements
Data Deduplication: Venti and its improvementsUmair Amjad
 

Similar a Big in memory file system (20)

Performance Tuning
Performance TuningPerformance Tuning
Performance Tuning
 
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...
Positioning IBM Flex System 16 Gb Fibre Channel Fabric for Storage-Intensive ...
 
Introducing StorNext5 and Lattus
Introducing StorNext5 and LattusIntroducing StorNext5 and Lattus
Introducing StorNext5 and Lattus
 
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandWhy is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
 
storage-systems.pptx
storage-systems.pptxstorage-systems.pptx
storage-systems.pptx
 
Distributed virtual disk storage system
Distributed virtual disk storage systemDistributed virtual disk storage system
Distributed virtual disk storage system
 
11.distributed virtual disk storage system
11.distributed virtual disk storage system11.distributed virtual disk storage system
11.distributed virtual disk storage system
 
[IC Manage] Workspace Acceleration & Network Storage Reduction
[IC Manage] Workspace Acceleration & Network Storage Reduction[IC Manage] Workspace Acceleration & Network Storage Reduction
[IC Manage] Workspace Acceleration & Network Storage Reduction
 
High performance storage solutions definition & more
High performance storage solutions definition & moreHigh performance storage solutions definition & more
High performance storage solutions definition & more
 
Lesson 8 Memory Storage And Management
Lesson 8 Memory Storage And ManagementLesson 8 Memory Storage And Management
Lesson 8 Memory Storage And Management
 
Unit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptxUnit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptx
 
In-Memory Big Data Analytics
In-Memory Big Data AnalyticsIn-Memory Big Data Analytics
In-Memory Big Data Analytics
 
In memory big data management and processing a survey
In memory big data management and processing a surveyIn memory big data management and processing a survey
In memory big data management and processing a survey
 
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 Technology
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 TechnologyAdd Memory, Improve Performance, and Lower Costs with IBM MAX5 Technology
Add Memory, Improve Performance, and Lower Costs with IBM MAX5 Technology
 
03 Data Recovery - Notes
03 Data Recovery - Notes03 Data Recovery - Notes
03 Data Recovery - Notes
 
Gfs sosp2003
Gfs sosp2003Gfs sosp2003
Gfs sosp2003
 
Gfs
GfsGfs
Gfs
 
Virtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryVirtual Memory vs Cache Memory
Virtual Memory vs Cache Memory
 
TSS03135-USEN-00_HR
TSS03135-USEN-00_HRTSS03135-USEN-00_HR
TSS03135-USEN-00_HR
 
Data Deduplication: Venti and its improvements
Data Deduplication: Venti and its improvementsData Deduplication: Venti and its improvements
Data Deduplication: Venti and its improvements
 

Último

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Último (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Big in memory file system

  • 1. 1 Big Memory File System Mahesh Gupta DOS Lab, IIT Madras
  • 2. Contents  Introduction  Traditional System Architecture  Survey on Big Memory System  Survey  Violin memory system  Existing Systems  Redis  tmpfs  In Memory File System  High level architecture  Functional Requirements  Various Experiments that can be done  References 2
  • 4. Traditional System Architecture Processing Unit L1 Cache L2Cache L3 Cache Main Memory Disk Disk 4
  • 5. Issues 5  Access to disk is quite costly : almost 1000 times that of main memory access [source: OS, Galvin]  Disk access is handled quite separately compared to main memory access. Process is blocked and pushed into device queue.  Data needs to be moved constantly to & from disk for using small memory to execute large process.  As number of process increases, some of process needs to be swapped out to accommodate new processes.
  • 6. 6 Impact of Big Memory Systems
  • 7. 7 Survey  According to a study by Aberdeen group, “In-memory Computing: Lifting the burden of Big Data”, storing the data in flash memory while processing makes huge impact.  Various businesses require real world analytics on very large amount of data, which is not feasible in traditional disk based storage.
  • 8. Statistics 8  Data Stored in In-memory can be processed at the rate of 1200 TB / hour whereas On-disk data can be processed at the rate of 3.2 TB / hour. ~ 350 times faster  Average response time for query was 42 seconds (inmemory data) vs 75 minutes (disk data) ~ 100 times faster  Impact: Results obtained in real time. Quality of result is high. Real world value is very high.
  • 9. Violin Memory 9  Violin Memory, manufactures large scale flash memory array which could be added to the board directly giving very high capacity In-memory.  Having very high in-memory gives rise to a system where MM capacity would be as good as disk capacity and hence entire data while reading can be brought to MM and need not be accessed again and again.  Targeted Applications:  Faster Big data analytics  Accelerating enterprise applications
  • 10. 10 The trend  Moving Desktop systems from disk based to diskless system where entire data will be stored on cloud, and systems can simply access them over network.  With very high processing speed available, disk access becomes the only bottleneck larger tasks.  Very large Memory performance. can help to optimize system
  • 12. 12 REmote DIctionary Server (Redis)  In memory key-value store, text based protocol.  Idea: To provide a efficient data storage in Memory and access without accessing the disk.  Designed as DSL to work on simple to complex data structure  Uses Virtualization to handle data larger than main memory. (Based on the idea to give similar performance with / without virtual memory)  Asynchronous in nature (Memory to Disk transfer)  Used by Stack Overflow, Github
  • 13. 13 tmpfs : virtual memory file system  Virtual memory File system by Sun Microsystem  Idea: to design file system for short lived small sized files which do not reside on disk. And give performance of access to RAM  Memory based file system, uses page cache instead of RAM to store data.
  • 14. 14 In-Memory File System for OS “To modify Memory Management Unit (MMU) to be able to take advantage of Big In-memory and improving system performance.”
  • 15. 15 Processing Unit Existing Architecture Modified Architecture 1 Modified Architecture 2 Memory Management Unit Main Memory Disk Memory Management Unit Storage Memory File System Storage
  • 16. Functional Requirements 16  Newly designed system should not  Replace existing file system.  Should be flexible to support any changes done at the storage side so that later disk can be replaced by network storage.  Should minimize access to the storage unit.  Access to small, large and very large files should take roughly same amount of time. (transfer of data to/from memory should be done efficiently)
  • 17. Experiments 17  To see if storage unit can be replaced by storage over network, and architectural modification required. (to support thin client)  To see if memory unit can support database semantics for querying or if version control semantics can be implemented.  To see how the system can be designed to support concurrent access.  Network server can act as a master while systems sharing resource can act as slaves.
  • 18. 18 References  In-Memory Analytics: http://spotfire.tibco.com/~/media/contentcenter/articles/aberdeen-in-memory-analytics-for-big-data.pdf  Violin Memory: http://www.violin-memory.com/  Redis:  Slides: http://nosqlberlin.de/slides/NoSQLBerlin-Redis.pdf  Internal VM: http://redis.io/topics/internals-vm  tmpfs Virtual memory file system: http://www.cs.rit.edu/~vcss544/tmpfs.pdf