mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Avoiding many individual DB API calls to cursor.execute in favour of cursor.executemany is a built in optimization for many SQL databases. When updating people we are adding lots of similar data to tables so we can take advantage of that optimization here. |
||
|---|---|---|
| .. | ||
| kodi | ||
| __init__.py | ||
| actions.py | ||
| movies.py | ||
| music.py | ||
| musicvideos.py | ||
| obj.py | ||
| obj_map.json | ||
| tvshows.py | ||
| utils.py | ||