Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwusawayus
1419 days ago
tracking access time (every read) is huge performance bottleneck. especially if reliably persisting this
same reason why filesystems are often mounted with noatime attribute !
1 comments
daenz
1419 days ago
Yes, the sensible default for this feature would be opt-out, like noatime, in case you need the performance boost and understand the implications of the choice.
link
samlambert
1418 days ago
This feature has zero performance impact on your database. It is powered by insights which is served from a separate data store.
link
solardev
1418 days ago
I think they meant if you were to add this as a default metadata feature into mainline mysql
link