"To disk" is not found on TREX in Korean-English direction
Try Searching In English-Korean (To disk)

Low quality sentence examples

checkpoint writes the dirty pages and transaction log information from memory to disk and, also, records information about the transaction log.
the current in-memory modified pages(known as dirty pages) and transaction log information from memory to disk and, also, records information about the transaction log.
정렬 테이블이 디스크에 기록될 때 정렬된 출력을 가져오기 위해 데이터에 대한 추가 패스가 하나만 필요했습니다. When the sort table was written to disk, only a single additional pass over the data was required to obtain sorted output.
A single pass(EventSubClass= 1) is when the sort table was written to disk, only a single additional pass over the data was required to obtain sorted output.
and transaction log information from memory to disk.
pages(known as dirty pages) and transaction log information from memory to disk.
then these will spill to disk.
then these will spill to disk.
it is not immediately written back to disk; instead, the page is marked as dirty.
in the buffer cache, it is not immediately written back to disk; instead, the page is marked as dirty.
modified pages (known as dirty pages) and transaction log information from memory to disk.
pages(known as dirty pages) and transaction log information from memory to disk and, also, records information about the transaction log.
암호화된 데이터베이스에서 페이지는 디스크에 기록되기 전에 암호화되고 메모리로 읽어올 때 암호 해독됩니다. The pages in an encrypted database are encrypted before they are written to disk and are decrypted when they're read into memory.
The pages are kept in an encrypted database using this technology and are encrypted before they are written to disk and decrypted when read into memory.
buffers not currently used are written to disk and then reloaded when needed.
buffers not currently used are written to disk and then reloaded when needed.
지연된 내구성이 있는 트랜잭션 커밋은 비동기적이므로 트랜잭션에 대한 로그 레코드가 디스크에 기록되기 전에 커밋을 성공으로 보고합니다. Delayed durable transaction commits are asynchronous and report a commit as successful before the log records for the transaction are written to disk.
Delayed durable transaction commits are asynchronous and report a COMMIT as successful before the log records for the transaction are written to disk.
검사점 프로세스는 주기적으로 버퍼 캐시에서 지정된 특정 데이터베이스의 페이지를 포함하는 버퍼를 검색한 다음 모든 더티 페이지를 디스크에 기록합니다. The checkpoint process periodically scans the buffer cache for buffers with pages from a specified database and writes all dirty pages to disk.
The checkpoint process periodically scans the buffer cache for buffers with pages from a specified database and writes all dirty pages to disk.
검사점은 모든 더티 페이지가 디스크에 기록되었음을 확인하는 지점을 만들어 나중에 복구하는 동안 시간을 절약할 수 있습니다. Checkpoints save time during a later recovery by creating a point at which all dirty pages are guaranteed to have been written to disk.
Checkpoints save time during a later recovery by creating a point at which all dirty pages are guaranteed to have been written 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.
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.
Pages/sec 카운터는 하드 페이지 폴트 때문에 디스크에서 가져오거나 작업 집합 내의 디스크 여유 공간에 쓴 페이지 수를 나타냅니다. The Pages/sec counter indicates the number of pages that either were retrieved from disk due to hard page faults or written to disk to free space in the working set due to page faults.
Pages/sec- Indicates the number of pages that were retrieved from the disk due to page faults, as well as the pages written to disk to free space in the working set.
복원되지 않은 로그는 미러 서버 인스턴스에서 수신하여 디스크에 기록되었지만 미러 데이터베이스를 복원하기 위해 대기 중인 로그입니다. An unrestored log is a log that has been received by the mirror server instance and written to disk but is waiting to be restored to the mirror database.
An unrestored log is a log that has been received by the mirror server instance and written to disk but is waiting to be restored to the mirror database.
database page and stored in the database page header when the page is written to disk.
each 512-byte sector in the 8-kilobyte(KB) database page and stored in the database page header when the page is written to disk.
and transaction log information from memory to disk and, also, records information about the transaction log.
pages(known as dirty pages) and transaction log information from memory to disk and, also, records information about the transaction log.
완전 내구성이 있는 트랜잭션 커밋은 동기적이므로 트랜잭션에 대한 로그 레코드가 디스크에 기록된 후에만 커밋을 성공으로 보고하고 클라이언트에 컨트롤을 반환합니다. Fully durable transaction commits are synchronous and report a commit as successful and return control to the client only after the log records for the transaction are written to disk.
Fully durable transaction commits are synchronous and report a COMMIT as successful and return control to the client only after the log records for the transaction are written to disk.
and does not write these pages to disk after every change.
memory- in the buffer cache- and does not write these pages to disk after every change.
SQL ServerSQL Server 에서는 WAL(미리 쓰기 로그)을 사용하여 연결된 로그 레코드가 디스크에 기록되기 전에는 어떠한 데이터 수정 내용도 디스크에 기록되지 않도록 합니다. uses a write-ahead log (WAL), which guarantees that no data modifications are written to disk before the associated log record is written to disk.
SQL Server uses a write-ahead log(WAL), which guarantees that no data modifications are written to disk before the associated log record is written to disk.
대구은행의 3티어 백업 시스템은 D2D2T(Disk to Disk to Tape) 백업의 전형을 보여준다.
A good example of a backup system is D2D2T(disk to disk to tape.