dwyl / dwyl/alog

UUID as entry_id ?

Open
#15 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.