Learning Visually with Examples [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Learning Visually with Examples [Electronic resources] - نسخه متنی

Raul F. Chong, Clara Liu, Sylvia F. Qi, Dwaine R. Snow

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Chapter 8

A1:

DB2 supports a database with up to 1,000 partitions.

A2:

The IBMDEFAULTBP buffer pool is created automatically in every database.

A3:

Since the row width is over 9,000 bytes, the table must be created in a table space with at least a 16K page size.

A4:

A table's data object in an SMS table space will be placed in a file with a .DAT extension.

A5:

The command

LIST TABLESPACES SHOW DETAIL will display the number of used and free pages in each table space.

A6:

DMS table spaces are completely allocated when they are created.

A7:

SMS table spaces grow and shrink as the tables and indexes within them grow and shrink.

A8:

When a table has been defined with its data, index, and large objects in different table spaces, you cannot drop one of the table spaces without dropping the table first.

A9:

The block-based area of a buffer pool is used to improve performance of prefetching by allowing DB2 to read entire extents into contiguous pieces of the buffer pool.

A10:

The

get snapshot for tablespaces command will show if and when a rebalance is occurring. It will show when the rebalance started and how many extents in the table space still need to be moved as part of the rebalance process.

A11:

A . DB2 supports 4K, 8K, 16K, and 32K page sizes.

A12:

B . Since the table spaces all use an 8K page size, they can all share a buffer pool with an 8K page size. However, since the system catalogs are created in a table space with a 4K page size, there must also be a buffer pool with a 4K page size. Therefore, the answer is 2.

A13:

D . Since there are 4 partitions, and with a 32K page size the maximum table space size is 512GB, the largest table could be 4 x 512GB or 2TB in size.

A14:

D . Under the /data directory, DB2 creates a directory with the instance name. The SQL

xxxxx directories are created under the instance directory. Therefore, in this case, DB2 will create the directory

inst1 under the /data directory.

A15:

A . DB2 creates a directory with the partition number for that server under the /data/inst1 directory. Since partitions 2 and 3 are on server

mysrv2 , the directories will be NODE0002 and NODE0003.

A16:

E . By default DB2 Version 8 creates five subdirectories for the following:

  • The catalog table space

  • The temporary table space

  • Userspace1

  • The log directory

  • Event Monitor output

A17:

B . In this case, the database

sample would use SQL00001. Sales would be placed in the directory SQL00002 and test in SQL00003. When the sales database is dropped, the SQL00002 directory is also dropped, and is then available in case other databases are created on the same drive or path. When the database

my_sales is created, DB2 will reuse the SQL00002 directory.

A18:

C . Since the

create database command was run on server

mysrv2 , the catalog partition will be on the partition with port number 0 on that server, in this case, partition 2.

A19:

D . You need to connect to the database and create the buffer pool with a 16K page size before you can create a table space with a 16K page size. Therefore, the correct answer is

D .

A20:

C . The correct syntax is


CREATE BUFFERPOOL BP1

SIZE 150MB

except on DBPARTITIONNUMS 1,2,3,4,5 size 100MB


/ 312