[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1392-g850843d

Git Repo Owner noreply at mythtv.org
Thu May 22 07:18:10 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  850843df072efac23d19b27282c55cfce53f9b36 (commit)
       via  b4be8e24f9fab5b6a71f62df8e2c0403bedf4805 (commit)
      from  e3b6430ff1cd350a58f2132aabacd008214d3939 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 850843df072efac23d19b27282c55cfce53f9b36
Author:    Mike Thomas <pfw.demon.co.uk> at Sun, 19 Jan 2014 03:16:00 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 17:01:43 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=850843df072efac23d19b27282c55cfce53f9b36

Speed up writing EIT cache to database
Use a single SQL query to write EIT cache to database rather than a series of queries. This significantly speed up disk operations

Ref #12016

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit b4be8e24f9fab5b6a71f62df8e2c0403bedf4805
Author:    Mike Thomas <pfw.demon.co.uk> at Sun, 19 Jan 2014 03:16:00 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 16:40:27 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b4be8e24f9fab5b6a71f62df8e2c0403bedf4805

Speed up ProgramInfo::SavePositionMap() database writes.
Use a single SQL query to save all new position map entries.
This speeds up SavePositionMap by an order of magnitude.

Fixes #12016

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp |   94 +++++++++++++++++++++--------------
 mythtv/libs/libmythtv/eitcache.cpp  |   48 +++++++++---------
 mythtv/libs/libmythtv/eitcache.h    |    2 +-
 3 files changed, 81 insertions(+), 63 deletions(-)

-- 



More information about the mythtv-commits mailing list