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.
In Sybase does table Partitioning needs user-defined segments?
Specify the types of connections we use while connecting with the database?
Why use references quite than pointers within the public API, mainly for arguments that are modified?
Give a brief differentiation between Dimensional Modeling and ER Modeling?
State the different advantages of the data warehousing?
Write down the level of Granularity of a fact table?
Explain some of the reasons which someone familiar with Microsoft Access will desire to learn VBA?
What do you understand by the term foreign key in DBMS, and why is it employed for?
Describe any two reasons which show the necessity of database redesign?
Write down brief note on the differentiation between dynamic cache and static cache?
18,76,764
1930662 Asked
3,689
Active Tutors
1424432
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!