what is the use of HASH, LIST partitions?
Answer / s
A.HASH partitioning is useful on columns which are unique
in nature where range or list partitioning cannot be done.
All the hash partitions hold an equal number of rows
thereby improving the performance and response time of the
query if the table is queried.
List partition is used on a table if you can divide table
based on column value. Something like region wise
partioning if the table contains a column like region.The
advantage of list partitioning is that you can group and
organize unordered and unrelated sets of data in a natural
way.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is 'trigger' in sql? : Sql dba
How many types of triggers are there in pl sql?
how to create user in sql and how to set password for that?
What is the difference between pl and sql?
State the difference between implict and explict cursor's?
A table has 150 records. How do you retrieve 100th row to 120th row from that table ?
how can we repair a mysql table? : Sql dba
List and explain the different types of join clauses supported in ansi-standard sql?
What is the difference between rollback and rollback to statements?
Is primary key always clustered index?
Can procedure in package be overloaded?
Is microsoft sql free?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)