MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Vertical partitioning

A partition is a division of a logical database or its constituent elements into distinct independent parts. Database partitioning is normally done for manageability, performance or availability reasons. In Vertical partitioning we creating tables with fewer columns and using additional tables to store the remaining columns. This may sound similar to what one does in Normalization, as Normalization also involves this splitting of columns across tables, but vertical partitioning goes beyond that and partitions columns even when already normalized. A common form of vertical partitioning is to split dynamic data (slow to find) from static data (fast to find) in a table where the dynamic data is not used as often as the static. Creating a view across the two newly created tables restores the original table with a performance penalty, however performance will increase when accessing the static data e.g. for statistical analysis.

This tag is listed under Data & Information Management Community

IT Blogs & Reviews



Data & Information Management

IT Blogs & Reviews


IT Challenges



Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top