Explain what partitioning is and what its benefit is.
Answers were Sorted based on User's Feedback
Answer / guest
Partitioning is a method of taking large tables and indexes
and then splitting them into smaller and more manageable
pieces.
Regards
Abhinav Phadnis
Is This Answer Correct ? | 3 Yes | 0 No |
And the Advantage are
1.Maintaincace :-Can Take Partioned tables's tablespace
offline for recovery
while other partitions are still avialable to users
Hence the Avialability
2.Performace :As the Objects are plcaed in Diffrent
Tablespaces of Diffrent Servers/locations
Is This Answer Correct ? | 2 Yes | 0 No |
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
In oracle 10g export, import if we declare rows=y/n what would be the output?
How would you extract DDL of a table without using a GUI tool?
What are the different ways you can create databases in sql server? : sql server DBA
Hot backup procedure?
what is asm?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
hi, suppose i created one table after few days i did some insert,update how can i know when will i did ddl or dml operation is undergone on that table
What is transparent data encryption? : sql server DBA
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
who owns the operating system files created by the utl_file package?