Explain advantage of Table Partitioning with bcp in Sybase
Explain the advantage of Table Partitioning with bcp in Sybase?
Expert
You can take advantage of table partitioning with bcp in by following these guidelines:
1. Break up the data file into multiple files and simultaneously run each of these files as a separate bcp job against one table. Running concurrent jobs raises throughput
2. Select a number of partitions greater than the number of bcp jobs.Having extra partitions than processes (jobs) reduces the probability of page lock contention.
3. Utilize the batch option of bcp in. For illustration, after every 100 rows, force a commit. Now there is the syntax of such command:
bcp table_name in filename -b100
All time a transaction commits, Adaptive Server Enterprise randomly assigns a new partition for the next insert. It, in turn, reduces the probability of page lock contention.
Explain the term Super servers?
Explain the procedure through which an end-user can share user objects with other users?
What is the main reason that database is considered as "self-describing"?
Write about fossils?
What are the drawbacks of the client or server model?
You have two tables, STUDENT and COMPUTER which are in a one-to-one relationship. The foreign key is StudNumber in COMPUTER that references StudNumber as the primary key of STUDENT. Describe what must be done to convert the one--to-one STUDENT -COMPUT
Briefly describe the five elements of an Information Systems Architecture and their relationship to data.
Write a brief note on the market basket analysis?
States the term Sybase group.
Briefly describe the differentiation between Data warehousing and Business Intelligence?
18,76,764
1943112 Asked
3,689
Active Tutors
1459642
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!