|
|
|
|
|
by hellojesus
409 days ago
|
|
Wouldn't you just have an autoincrementing bigint as a surrogate key in your dimension table? Or you could preload a table of autoincremented bigints and then atomically grab the next value from there where you need a surrogate key like in a distributed system with no natural pk. |
|