Sciweavers

1416 search results - page 2 / 284
» Optimizing Write Performance for Read Optimized Databases
Sort
View
FAST
2008
13 years 7 months ago
AWOL: An Adaptive Write Optimizations Layer
Operating system memory managers fail to consider the population of read versus write pages in the buffer pool or outstanding I/O requests when writing dirty pages to disk or netw...
Alexandros Batsakis, Randal C. Burns, Arkady Kanev...
DASFAA
2011
IEEE
250views Database» more  DASFAA 2011»
12 years 9 months ago
An FTL-Agnostic Layer to Improve Random Write on Flash Memory
Flash memories are considered a competitive alternative to rotating disks as non-volatile data storage for database management systems. However, even if the Flash Translation Layer...
Brice Chardin, Olivier Pasteur, Jean-Marc Petit
DEXAW
1997
IEEE
86views Database» more  DEXAW 1997»
13 years 9 months ago
Log-Only Temporal Object Storage
As main memory capacity increases, more of the database read requests will be satis ed from the bu er system. Consequently, the amount of disk write operations relative to disk re...
Kjetil Nørvåg, Kjell Bratbergsengen
ICDE
1991
IEEE
133views Database» more  ICDE 1991»
13 years 8 months ago
Read Optimized File System Designs: A Performance Evaluation
This paper presents a performance comparison of several file system allocation policies. The file systems are designed to provide high bandwidth between disks and main memory by...
Margo I. Seltzer, Michael Stonebraker
POS
1998
Springer
13 years 9 months ago
Optimizing the Read and Write Barriers for Orthogonal Persistence
Persistent programming languages manage volatile memory as a cache for stable storage, imposing a read barrier on operations that access the cache, and a write barrier on updates ...
Antony L. Hosking, Nathaniel Nystrom, Quintin I. C...