Skip to content

Performance question #15

@randyh0329

Description

@randyh0329

I am not sure is there any settings I am missing or configuration I could set up.

I have following test table:

mysql> desc test;
+--------------+------------+------+-----+---------------------+-------+
| Field        | Type       | Null | Key | Default             | Extra |
+--------------+------------+------+-----+---------------------+-------+
| pid          | bigint(21) | YES  |     | NULL                |       |
| id           | bigint(20) | NO   |     | 0                   |       |
| post.id      | bigint(20) | NO   |     | 0                   |       |
| page_id      | bigint(20) | NO   |     | 0                   |       |
| fb_id        | bigint(20) | YES  |     | NULL                |       |
| message      | text       | YES  |     | NULL                |       |
| can_remove   | tinyint(1) | YES  |     | NULL                |       |
| created_time | timestamp  | NO   |     | 0000-00-00 00:00:00 |       |
+--------------+------------+------+-----+---------------------+-------+
8 rows in set (0.19 sec)

replicator_manager.settings tables:
query : SELECT * from test ;
interval : 120

mysql_replicator_multi: execution finished. :setting_name=>cascadedata.test :rows_count=>2174805 :elapsed_time=>7529.38 sec

Any idea? Thanks for any comment. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions