Exemplo n.º 1
0
    def refresh_stats(self, concurrently=False):
        """
        Refresh general statistics tables that cover all products.

        This is ideally done once after all needed products have been refreshed.
        """
        refresh_supporting_views(self._engine, concurrently=concurrently)
Exemplo n.º 2
0
 def refresh_stats(self, concurrently=False):
     refresh_supporting_views(self._engine, concurrently=concurrently)