What is hash partition?
Answers were Sorted based on User's Feedback
Answer / sudhanshu
Hash Partitioning, which maps data to partitions based on a
hash function. The physical location of the data depends on
the outcome of hash function. Data used to distributed
between the partitions. This is typically used where ranges
are not appropriate
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali s
The value of a hash function determines membership in a
partition. Assuming there are four partitions, the hash
function could return a value from 0 to 3.
| Is This Answer Correct ? | 1 Yes | 0 No |
Do you have knowledge in ralph kimball methodology
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
What is log file,and where is it located,why u r using the log file
how to through logic of informatica using the push down optimization into oracle.
what is runtime variable?
What are the types of error logs available in Informatica?
From where we can start or use pmcmd?
How we can create indexes after completing the loan process?
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?
What is CDC? How to implement CDC?
How to load the data from a flat file into the target where the source flat file name changes daily?
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail