What is partitioning? What are the types of partitioning?



What is partitioning? What are the types of partitioning?..

Answer / Sauravh Kumar

Partitioning is the process of dividing a large database table into smaller, more manageable pieces called partitions. This improves performance by reducing the amount of data that needs to be processed during queries and operations such as backups or index rebuilds. There are several types of partitioning:

1. Range partitioning: Partitioning based on a range of values (e.g., date ranges, ID sequences)
2. List partitioning: Partitioning based on specific values or lists (e.g., regions, departments)
3. Hash partitioning: Partitioning based on a hash function applied to the partition key
4. Key partitioning: Partitioning based on the value of the primary key
5. Composite partitioning: Combining multiple partitioning methods to create more complex partitions

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

What is difference macros and prompts?

1 Answers  


what is parallel query?

1 Answers  


What are the vaious etl tools in the market?

1 Answers  


How can you define a transformation? What are different types of transformations in Informatica?

7 Answers   TCS,


What is Factless fact table? In which purpose we are using this in our DWH projects?Plz give me the proper answer. Thanks, Ramesh

6 Answers   ACS,


Compare aggregates and data marts

1 Answers   TCS,


How many ways we test the universe & Report?

2 Answers  


What is DTS ?

1 Answers  


Explain Association algorithm in Data mining?

1 Answers  


What is Time Series algorithm in data mining?

2 Answers  


Difference between ODS and Staging

4 Answers   HeadStrong, TCS,


What function should we use to display the value entered or selected by a user in response to a prompt?

1 Answers  


Categories