Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevincox
713 days ago
Generating IDs on the client can be very useful for offline-first systems. But you need to check for conflicts and permissions on the server (or be sure to keep the IDs secret which I wouldn't recommend).
1 comments
groestl
713 days ago
Agreed, but in that case "upsert" is also weird, since I'd structure such a system around an immutable log datastructure.
link