At the moment, all playlists are stored under the uploadsPlaylist key, which means realtime-editing mode is disabled when viewing the database, and exporting individual parts of it become more difficult.
Adding buckets (derived from the playlist ID) would make it easier to manage the data on the backend, and may also speed up querying for existing playlists.
At the moment, all playlists are stored under the
uploadsPlaylistkey, which means realtime-editing mode is disabled when viewing the database, and exporting individual parts of it become more difficult.Adding buckets (derived from the playlist ID) would make it easier to manage the data on the backend, and may also speed up querying for existing playlists.