reindex_log

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

The id of reindex log

startTime INT 10 null

The timestamp when the reindex started

endTime INT 10 NULL

The timestamp when the reindex process ended

notes MEDIUMTEXT 16777215 NULL

Notes related to the overall process

lastUpdate INT 10 NULL

The last time the log was updated

numWorksProcessed INT 10 0
numErrors INT 10 0
numInvalidRecords INT 10 0

Indexes

Constraint Name Type Sort Column(s)
reindex_log_s_pk Primary key Asc id
id Must be unique Asc id
PRIMARY Must be unique Asc id

Relationships