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 what is Structured Query Language (SQL)?
Clarify how we can export mappings to production environment?
Illustrates the perfect competition?
Write brief note on E.F. Codd, and why is he noteworthy in the development of modern database systems?
Describe the difference between SQL Server 2000 clustered indexes and non clustered indexes?
Write a short on the six database functions which occur during the systems development life cycle?
Illustrates the term bucket size, while the overlapping and collision arise at same time? Answer: Bucket size is one. When there is only one entry possible in the bu
Illustrate the five SQL built-in functions.
Give a brief introduction of the term XMLA?
Describe the term Derivations, Stage Variables and Constants?
18,76,764
1961271 Asked
3,689
Active Tutors
1448926
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!