Teradata- insert records from UPI table to NUPI table -


how data distributed among amps if records inserted nupi table upi table? data copied , retained in same amp of original one?

in teradata rows distributed hash of primary index columns, there's no difference if pi unique or non-unique.

to check on amp value stored can use built-in hash functions:

select hashamp(hashbucket(hashrow('any value(s)/column(s)'))); 

Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -