establishConnection('w'); queryfx( $conn_w, 'DELETE FROM %T WHERE dateCreated < %d LIMIT 100', $table->getTableName(), time() - $ttl); return ($conn_w->getAffectedRows() == 100); } }