1 INSERTING 5 RECORDS IN TARGET DB
2 +---------------------------------------+
9 +---------------------------------------+
10 \e[?1034hSQL> SELECT * FROM t1;
11 +------------+---------------------+------------+
13 +------------+---------------------+------------+
19 +------------+---------------------+------------+
22 SQL> CACHING THROUGH SITE1
23 cachetable -U root -P manager -t t1
25 Statement Executed: Rows Affected = 1
26 Statement Executed: Rows Affected = 1
27 Statement Executed: Rows Affected = 1
28 Statement Executed: Rows Affected = 1
29 Statement Executed: Rows Affected = 1
36 +---------------------------------------+
43 +---------------------------------------+
44 \e[?1034hSQL> DROP TABLE t1;
46 SQL> Statement Executed