Thanks! In our case it seems like the database option might be the happy medium. When I set it to "none" the query on product page almost double and the query time increase a little bit. Storing it in database reduces parse time but queries and query time went up a bit.

For now I am going to leave it set as "database" and observe to see how things play out.