I was trying to figure out key differences between using GCP Vertex AI feature store and Saving preprocessed features to BigQuery and loading whenever it gets necessary.
I still cannot understand why to choose the first option, rather than the second option, which seems to be easier and more accessible.
Is there any good reason to use feature store in Vertex AI, rather than storing features in BigQuery tables formats?