Bulkload EPG
#1
I was wondering if it is posssible to speed up EPG import from the backend.

If i understand the code for loading EPG from the backand correctly
the whole EPG for one channel is request at once and m_client->TransferEpgEntry is called subsequently for each EPG entry.
This requires each time locking, opening database, commit, close db operations.

Will it speed up the import if is possible to bulk load a complete channel at once.
Request EPG from backend -> open database -> lock -> insert all data -> commit.

The same may apply to channel and recodring imports.
Reply
#2
not possible at this time
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply

Logout Mark Read Team Forum Stats Members Help
Bulkload EPG0