If using spark to scan the huge lance dataset with lots of fragments, the spark executor will spend a lot of time parsing the fragment json  So cache the fragments to avoid json parser.
If using spark to scan the huge lance dataset with lots of fragments, the spark executor will spend a lot of time parsing the fragment json

So cache the fragments to avoid json parser.