UUID as entry_id ?
Open
discuss
help wanted
question
starter
technical
- Dominant language
- Elixir
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
At present we are using a Random UUID for `entry_id`
```elixir
entry_id: Ecto.UUID.generate()
```
see: [/lib/alog.ex#L269](https://github.com/dwyl/alog/blob/4cbf9d7f3399a665a9b59c5ed0cb96a0e27afc59/lib/alog.ex#L269)
This is _good_ in that it is "globally unique".
But is it the most _effective_ unique ID we could be using?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.