What does "bulk loading of a table" mean? Can you describe
advantages or disadvantages of using these features?

Answers were Sorted based on User's Feedback



What does "bulk loading of a table" mean? Can you describe advantages or disadvantages o..

Answer / harendrakumarlinux

Loading bulk data into tables is one of the most common
tasks in data warehouse applications. As the data volume
increases, so does the complexity of the loading process.
While loading bulk data, you should not only consider how
much time it takes to load the data, but also consider the
concurrency and data availability requirements, and the
maintenance operations, such as creating or rebuilding
indexes. Bulk data loading can take a significant amount of
time. Therefore, you should consider the options that enable
fast loading of data. However, loading fast is not enough.
Loading bulk data can, at times, cause escalation of locks
and impact other concurrent transactions on the table. For
applications requiring concurrent data access during load,
you should consider options that provide the desired
concurrency. Availability of existing data while the new
data is being loaded is also an important consideration to
help you choose the right option. Creating and rebuilding
indexes is an essential part of the data loading process,
but can be time-consuming for large tables. However, there
are ways to create indexes on the freshly loaded data
without impacting the data in the rest of the table.SQL
Server 2005 provides partitioned tables, and while loading
data into a partitioned table, you can have several options.
Each option provides its own distinct advantages, but the
option you choose depends upon the requirements of your
application, such as performance, concurrency, temporary
storage, and so on

Is This Answer Correct ?    7 Yes 4 No

What does "bulk loading of a table" mean? Can you describe advantages or disadvantages o..

Answer / siva

Oracle have the SQL *Loader
It's used for bulk loading and load the text,csv ,etc files
into Oracle database table

search SQL *Loader in google and you will get lots of
description with examples

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More Unix General Interview Questions

Is unix os free?

0 Answers  


What are the advantages of unix?

0 Answers  


command to show the space allocation of files?

3 Answers   HP,


What is unix environment?

0 Answers  


Does mac use unix?

0 Answers  






What are states that the page can be in, after causing a page fault?

0 Answers  


Which language unix is written?

0 Answers  


following two file are file a file b 110 aab 330 xxl i want the output like file a fileb 110 xxl 330 aab give solution ?

3 Answers   Accenture,


How unix is different from other operating systems?

0 Answers  


What is unix and its components?

0 Answers  


Is mac a unix?

0 Answers  


How do I run a shell script in unix?

0 Answers  


Categories