What is the translation of " BUFFER CACHE " in Korean?

['bʌfər kæʃ]
['bʌfər kæʃ]
the buffer cache
버퍼 캐시
buffer cache
buffer cache

Examples of using Buffer cache in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Flush the filesystem device's buffer caches before beginning.
시작하기 전에 화일 시스템 장의 버퍼에 캐쉬된 내용을 플러쉬한다.
A logical write occurs when data is modified in the buffer cache.
논리적 쓰기는 버퍼 캐시에 있는 페이지의 데이터가 수정될 때 발생합니다.
The buffer cache of RAM is also divided into 8KB pages.
따라서 버퍼 캐시는 8KB 페이지로 나누어집니다. Thus, the buffer cache is divided into 8-KB pages.
The sync() system call forces a write of dirty(modified) buffers in the block buffer cache out to disk.
Sync() 함수는, 블록 버퍼 캐쉬의 수정이 끝난 상태 버퍼를 디스크에 강제적으로 써냅니다.
If data can be found in the buffer cache then it does not need to be read from the physical block device, for example a hard disk, and access to it is much faster.
데이터가 버퍼 캐시에서 발견되면 하드 디스크같은 물리적 블럭 장치에서 읽을 필요가 없으며, 따 라서 훨씬 빠르게 접근된다.
The interval between SQL Server startup and when the buffer cache obtains its memory target is called ramp-up.
SQL ServerSQL Server 시작 시간과 버퍼 캐시가 해당 메모리 대상을 확보하는 시간 사이의 간격을 램프 업(ramp-up)이라고 합니다.
A logical read occurs every time the Database Engine requests a page from the buffer cache.
논리적 읽기는 데이터베이스 엔진Database Engine 이 버퍼 캐시에서 페이지를 요청할 때마다 발생합니다.A logical read occurs every time the 데이터베이스 엔진Database Engine requests a page from the buffer cache.
This means that SQL Server can quickly fill or flush the buffer cache while avoiding multiple physical I/O requests.
이를 통해 여러 실제 I/O 요청을 피하면서 SQL ServerSQL Server 에서 버퍼 캐시를 신속하게 채우거나 플러시할 수 있습니다.
For example, you can use the sys. dm_os_buffer_descriptors view to monitor the pages in the buffer cache.
예를 들어 sys. dm_os_buffer_descriptors 뷰를 사용하여 버퍼 캐시의 페이지를 모니터링할 수 있습니다. For example, you can use the sys. dm_os_buffer_descriptors view to monitor the pages in the buffer cache.
This issue occurs when memory pages for the file system cache(buffer cache) falls in first 2MB region of memory.
이 문제는 파일 시스템 캐시(버퍼 캐시)의 메모리 페이지가 처음 2MB 범위의 메모리에 포함되는 경우에 발생합니다.
A page remains in the buffer cache until the buffer manager needs the buffer area to read in more data.
페이지는 버퍼 관리자에 더 많은 데이터를 읽어 올 버퍼 영역이 필요할 때까지 버퍼 캐시에 남아 있습니다.A page remains in the buffer cache until the buffer manager needs the buffer area to read in more data.
A physical write occurs when the page is written from the buffer cache to disk.
물리적 쓰기는 페이지를 버퍼 캐시 에서 디스크로 쓸 때 발생합니다.A physical write occurs when the page is written from the buffer cache to disk.
If the page is not currently in the buffer cache, a physical read first copies the page from disk into the cache..
페이지가 현재 버퍼 캐시에 없는 경우 물리적 읽기가 먼저 디스크의 페이지를 캐시로 복사합니다. If the page is not currently in the buffer cache, a physical read first copies the page from disk into the cache.
This log record must be written to disk before the associated dirty page is flushed from the buffer cache to disk.
로그 레코드는 관련된 더티 페이지가 버퍼 캐시에서 디스크로 제거되기 전에 디스크에 기록되어야 합니다. The log records must be written to disk before the associated dirty page is removed from the buffer cache and written to disk.
If the page is not currently in the buffer cache, a physical read is then performed to read the page into the buffer cache.
페이지가 현재 버퍼 캐시에 없는 경우 물리적 읽기가 먼저 디스크의 페이지를 캐시로 복사합니다. If the page is not currently in the buffer cache, a physical read first copies the page from disk into the cache.
The log records must be written to disk before the associated dirty page is removed from the buffer cache and written to disk.
로그 레코드는 관련된 더티 페이지가 버퍼 캐시에서 디스크로 제거되기 전에 디스크에 기록되어야 합니다. The log records must be written to disk before the associated dirty page is removed from the buffer cache and written to disk.
If any of the pages in the range are already present in the buffer cache, the corresponding page from the read will be discarded when the read completes.
해당 범위의 페이지 중 버퍼 캐시에 이미 존재하는 페이지가 있을 경우 읽기가 완료된 후 읽기에서 해당 페이지가 삭제됩니다. If any of the pages in the range are already present in the buffer cache, the corresponding page from the read will be discarded when the read completes.
The tuning of physical read waits is SQL tuning, object striping across multiple disks, employing the KEEP pool for small objects, re-scheduling the SQL to relieve the contention or increasing the data buffer cache size.
물리적 읽기 대기에서 튜닝은 리소스에 대한 경합을 줄이거나 데이터 버퍼 캐쉬 크기를 늘리는 방법으로, 실질적으로는 SQL 튜닝, 복수 디스크로 객체 스트립하기, KEEP Pool 사용하기, SQL 문 수행시간 조정을 하는 것입니다.
For performance reasons, the Database Engine performs modifications to database pages in memory- in the buffer cache- and does not write these pages to disk after every change.
성능상의 이유로 데이터베이스 엔진Database Engine 은 변경 내용이 있을 때마다 메모리(버퍼 캐시)에서 데이터베이스 페이지를 수정하며 이러한 페이지를 디스크에 기록하지는 않습니다. For performance reasons, the 데이터베이스 엔진Database Engine performs modifications to database pages in memory - in the buffer cache - and does not write these pages to disk after every change.
The buffer manager manages the functions for reading data or index pages from the database disk files into the buffer cache and writing modified pages back to disk.
버퍼 관리자는 데이터 또는 인덱스 페이지를 데이터베이스 디스크 파일에서 버퍼 캐시로 읽어 오고 수정한 페이지를 디스크에 다시 쓰는 기능을 관리합니다. The buffer manager manages the functions for reading data or index pages from the database disk files into the buffer cache and writing modified pages back to disk.
Read-ahead anticipates the data and index pages needed to fulfill a query execution plan and brings the pages into the buffer cache before they are actually used by the query.
미리 읽기는 쿼리 실행 계획을 수행하는 데 필요한 데이터 및 인덱스 페이지를 예상하고 페이지가 쿼리에서 실제로 사용되기 전에 해당 페이지를 버퍼 캐시로 가져옵니다. Read-ahead anticipates the data and index pages needed to fulfill a query execution plan and brings the pages into the buffer cache before they are actually used by the query.
SQL Server reserves this computed amount of its process virtual address space(called the memory target) for the buffer cache, but it acquires(commits) only the required amount of physical memory for the current load.
SQL ServerSQL Server 는 버퍼 풀에 사용할 해당 프로세스 가상 주소 공간 크기를 계산하여 예약하지만 현재 로드에 필요한 실제 메모리 양만 확보합니다(커밋). reserves the computed amount of its process virtual address space for the buffer pool, but it acquires (commits) only the required amount of physical memory for the current load.
The buffer management component consists of two mechanisms: the buffer manager to access andupdate database pages, and the buffer cache(also called the buffer pool), to reduce database file I/O.
버퍼 관리 구성 요소는 데이터베이스 페이지에 액세스하고 업데이트하기 위한 버퍼 관리자와 데이터베이스 파일 I/O를 줄이기 위한 버퍼 캐시(버퍼 풀이라고도 함)의 두가지 메커니즘으로 구성되어 있습니다. The buffer management component consists of two mechanisms: the buffer manager to access and update database pages, and the buffer cache ( also called the buffer pool), to reduce database file I/O.
To obtain maximum performance, you need to disable write cache buffer flushing on the target drive within Windows.
최대 성능을 얻으려면 Windows 내에서 대상 드라이브에 쓰기 캐시 버퍼 플러시를 비활성화해야 합니다.
Hardware PFAIL- Hardware PFAIL is designed with the primary goal of reducing data loss by holding up power to the SSD with on-board power capacitors(Power Caps) long enough so that data that resides in the SSD's cache buffer can be written to Flash Memory and its mapping tables updated.
하드웨어 PFAIL - 하드웨어 PFAIL은 SSD의 캐시 버퍼에 상주하는 데이터를 플래시 메모리에 쓰고 맵핑 테이블을 업데이트할 수 있도록 충분히 오래동안 온보드 전력 커패시터(Power Cap)로 SSD에 전력을 유지함으로써 데이터 손실을 줄이는 것에 일차 목적을 두고 설계되었습니다.
The most interesting option is probably the event cache/ buffering.
가장 흥미로운 옵션은 아마도 이벤트 캐시/버퍼링 일 것입니다.
In a normal system shutdown, the SSD has plenty of time to flush its cache buffers and update its mapping tables.
정상적인 시스템 종료 시, SSD는 캐시 버퍼를 플러시하고 맵핑 테이블을 업데이트하는 데 충분한 시간을 가집니다.
Results: 27, Time: 0.0414

Word-for-word translation

Top dictionary queries

English - Korean