Answer Posted / gourvendra singh
Highwatermark means the largest amount of data that was
placed in the table. for ex you are having a table which is
having 100 records, now ur highwatermark is 100, now you
add 10000 record more in the table ur highwatermark will
raise to 10000, nd if you delete all the records ur
highwatermark will remain on 10000, thats why in these case
query takes some times as it scan upto 10000. that why we
should use truncate in case of deleting all the records. as
the truncate cammand will remove the highwatermark and ur
processing will be faster.
for any query pls contact:
Gourvendra Singh
9873367485.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is rename command in sql?
What is the use of partition by in sql?
How to set up sql*plus output format in oracle?
What trigger means?
What are analytic functions in sql?
What are different types of tables in sql?
how are mysql timestamps seen to a user? : Sql dba
What is data type in database?
What are % type and % rowtype?
What is the starting oracle error number? What is meant by forward declaration in functions?
What is a primary key example?
Does a user_objects view have an entry for a trigger?
what is the difference between group by and order by in sql? : Sql dba
what are the advantages a stored procedure? : Sql dba
what is union? : Sql dba