IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of Ingestion_Statistics_201206


Ignore:
Timestamp:
Jun 7, 2012, 12:10:04 PM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ingestion_Statistics_201206

    v6 v7  
    22
    33[wiki:Moped_accident Back to the ingestion log page]
     4
     5== Ingesting a regular mysqldump file ==
    46
    57This wikipage gives statistics related the nebulous ingestion that happened in early June 2012.
     
    1921|| volume.ibd || 212992 || 0.20 || 212992 || 0.20 || 0% || || || || ||
    2022
     23== Ingesting binlogs ==
     24 * Binlogs have a fixed size roughly 1GB
     25 * They contain 'BEGIN' and 'COMMIT' very often. So if autocommit is set on the server, when piping the output of mysqlbinlog to a mysql client, there is not need to COMMIT.
     26 * Statements like 'CREATE USER', 'USE <database>' should be filtered.
     27 * A binlog in ascii form is about 40-45 millions lines long.
     28 * Ingesting a binlog without filtering lasted about 3 hours; with filtering between 1.5 and 2 hours.