iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Use id as foreign key for stringified UUID #155

Open janagoe opened 7 months ago

janagoe commented 7 months ago

Currently stringified UUIDs are logged quite often, creating a large database file. At many places we could use foreign keys on IDs (number) which might decrease the file size.