Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can still use the same key with multiple users talking to the same database, because the key is only used on the client side. However, when you add the ES to the mix, the key is used as an identifier by the ES as well, so it would probably be best for you to use a unique key since you're planning on using the ES.
|