|
|
|
|
|
by forrest2
1231 days ago
|
|
or perhaps for some applications it would be sufficient to do playlists { id
song_ids []
}------------- and just store the ordering in an array. Some postgres drivers might start shitting the bed though at some gigantic array sizes, but a playlist probably has reasonable enough limits that you wouldn't have a big problem. |
|