different database?
Feb 2, 2022
16
Level 3
Number of records in database and count() is different [ SOLVED ]
In my database there is this: (68427 total, The query took 0.0006 seconds.)
That is, there are 68,427 records
But when I call pagination or even Table::all()->count()
The result is 76,523
by the inclusion id I can't trust as many have been erased over time. Last ID is 70,917
by pagination the result checks, but my finger bank shows a value below what it really should have
Why does this difference occur?
Level 122
@mvnobrega because its an approximation
See the note in the explanation under information schema
1 like
Please or to participate in this conversation.