chunk() vs cursor() vs lazy() — I Benchmarked All 3 So You Don't Have To
I never truly understood the difference between chunk(), cursor(), and lazy(), so I ran a quick test: I seeded 100,000 rows into a table, then looped through all of them 3 times. Once with chunk(), on
eliasalrgeaidev.hashnode.dev10 min read