单选题In order to ensure best read performance, which of the following indicates how large an application’s read buffer size should be if the filesystem to be read is striped across N disks using LVM striping?()A  N times the stripe unit sizeB  N times the V

题目
单选题
In order to ensure best read performance, which of the following indicates how large an application’s read buffer size should be if the filesystem to be read is striped across N disks using LVM striping?()
A

 N times the stripe unit size

B

 N times the VMM minfree parameter

C

 The same value as that of the VMM maxfree parameter

D

 The same value as that of  the VMM maxrndwrt parameter

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

In order to ensure best read performance, which of the following indicates how large an application’s read buffer size should be if the filesystem to be read is striped across N disks using LVM striping?()

  • A、 N times the stripe unit size
  • B、 N times the VMM minfree parameter
  • C、 The same value as that of the VMM maxfree parameter
  • D、 The same value as that of  the VMM maxrndwrt parameter

正确答案:A

第2题:

A technician notices a machine’s performance has degraded. The machine has constant errorswhen trying to read data from the drive. Which of the following should be used to repair the disk errors?()

  • A、DEFRAG
  • B、MSCONFIG
  • C、EDIT
  • D、CHKDSK

正确答案:D

第3题:

下列程序使用系统标准输入System.in从键盘获得输入字符串,请选择正确的一项填入下列程序的横线处。 import java.io.*; public class ex26 { public static void main(String args[]) { byte buffer[] = new byte[128]; int n; try { n = for(int i = 0; i < n; i++) System.out .print ( (char)buffer [i] ); catch (IOException e) { System.out.print (e); } } }

A.System.in.read(buffer)

B.system.in.read(buffer)

C.System.in.read0

D.System.in(buffer)


正确答案:A

第4题:

If an application issues the same query more than once in the same Unit of Work, which isolation level will not permit this application to see additional rows inserted by other applications?()

  • A、Read Stability (RS)
  • B、Repeatable Read (RR)
  • C、Uncommitted Read (UR)
  • D、Cursor Stability (CS)

正确答案:B

第5题:

Application A currently holds an exclusive lock on a single row and application B tries to access that row. If lock timeout is set to -1 and both applications are using isolation level RS, which of the following will occur?()

  • A、Applications A and B will cause a deadlock situation
  • B、Application B will read the previous version of the row
  • C、Application B will read the row and see uncommitted changes made by application A
  • D、Application B will be placed in a lock-wait state until application A releases its lock

正确答案:D

第6题:

下列语句中哪条是错误的()?

  • A、WRITE(*,*)(I,A(I),I=1,N)
  • B、WRITE(*,*)(N,A(I),I=1,N)
  • C、READ(*,*)N,(A(I),I=1,N)
  • D、READ(*,*)(N,A(I),I=1,N)

正确答案:D

第7题:

Which of the following BEST describes RAID 5?()

  • A、 RAID 5 is data striping across all drives.
  • B、 RAID 5 is data striping with a dedicated parity drive.
  • C、 RAID 5 is striped sets with two sets of parity striped across all drives.
  • D、 RAID 5 is striped sets with parity striped across all drives.

正确答案:D

第8题:

Which of the following RAID levels provides the BEST read and write performance?()

  • A、RAID 0
  • B、RAID 1
  • C、RAID 5
  • D、RAID 10

正确答案:A

第9题:

Which of the following is TRUE for the DB2 isolation level Cursor Stability (CS)?()

  • A、An application process acquires at least a share lock on the current row of every cursor.
  • B、Any row that is read during a unit of work cannot be changed by other application processes until the unit of work is complete.
  • C、Any row changed by another application process can be read, even if the change has not been committed by that application process.
  • D、An application process that issues the same query more than once in a unit of work will not see additional rows caused by other application processes appending new information to the database.

正确答案:A

第10题:

Application A holds an Update lock on a single row and application B is trying to read that row. If both applications are using isolation level UR, which of the following will occur?()

  • A、Application B will read the row.
  • B、Applications A and B will cause a deadlock situation.
  • C、Application B will wait until application A releases the Update lock.
  • D、Application A will be terminated so that application B can read the row.

正确答案:A

更多相关问题