Reading and conditionally updating N rows, where N > 100,000 for DNA Sequence processing
- by makerofthings7
I have a proof of concept application that uses Azure tables to associate DNA sequences to "something".
Table 1 is the master table. It uniquely lists every DNA sequence. The PK is a load balanced hash of the RK. The RK is the unique encoded value of the DNA sequence.
Additional tables are created per subject. Each subject has a list of N DNA…