Multiple choice technology platforms and products

The Number of datafiles created by a fileset depend upon

  1. the size of partitions of dataset

  2. the schema of file

  3. the number of processing nodes in the default node pool

  4. the number of schemas

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Filesets create one datafile per partition, so the number depends on partition size and the processing node count. The schema does not affect file count - a complex schema still produces one file per partition. Similarly, the number of schemas is irrelevant as filesets use a single schema.