How does rows store in Teradata
Answer / amish ojha
applying hashing algorithm to the PI system gets the ROW
HASH ,that will be searched in the HASH BUCKET to get the
desired AMP ,thereafter by adding uniqueness value to row
hash value the row ID is obtained and then it gets stored
in AMP ..
PI-->ROW HASH ---> HASH BUCKET(MAP)--> AMPno
ROWID = ROW HASH + UNIQUENESS ID
where actually the row is stored
Is This Answer Correct ? | 4 Yes | 0 No |
What are the differences between Database Trigger and Integrity constraints ?
What is a trace file?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?
What is relational database with example?
How to do performance tunning a database in DB2 V8.2 UDB in linux
Why merge statement is used inside the database?
How many types of normalization? What is the use of it?
what is difference between delete and truncet ?
During insert operation in Netezza Connector, if we give direct option as Yes , is there any issue?
can any one tell me how i can start database testing mean what should be initial point and how i can write a query for listing page of any item thanks in advance
What advantages does DBMS have over traditional file systems?
Can we have a function Overloading with same number of arguments but with different return types of function