![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
We use this information to determine when to start the optimize cycle for a table. More...
Public Attributes | |
| table_id_t | table_id = 0 | 
| Table id.  More... | |
| fts_state_t | state = FTS_STATE_LOADED | 
| State of this slot.  More... | |
| ulint | added = 0 | 
| Number of doc ids added since the last time this table was optimized.  More... | |
| ulint | deleted = 0 | 
| Number of doc ids deleted since the last time this table was optimized.  More... | |
| std::chrono::steady_clock::time_point | last_run {} | 
| Time last run completed.  More... | |
| std::chrono::steady_clock::time_point | completed {} | 
| Optimize finish time.  More... | |
| std::chrono::seconds | interval_time {0} | 
| Minimum time to wait before optimizing the table again.  More... | |
We use this information to determine when to start the optimize cycle for a table.
| ulint fts_slot_t::added = 0 | 
Number of doc ids added since the last time this table was optimized.
| std::chrono::steady_clock::time_point fts_slot_t::completed {} | 
Optimize finish time.
| ulint fts_slot_t::deleted = 0 | 
Number of doc ids deleted since the last time this table was optimized.
| std::chrono::seconds fts_slot_t::interval_time {0} | 
Minimum time to wait before optimizing the table again.
| std::chrono::steady_clock::time_point fts_slot_t::last_run {} | 
Time last run completed.
| fts_state_t fts_slot_t::state = FTS_STATE_LOADED | 
State of this slot.
| table_id_t fts_slot_t::table_id = 0 | 
Table id.