You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releases memory previously allocated by a vector_quantize_preload call and removes all quantization entries associated with the specified table and column.
161
-
Use this function when the underlying data has changed or when quantization is no longer required. In some cases, running VACUUM may be necessary to reclaim the freed space from the database.
160
+
Releases memory previously allocated by a `vector_quantize_preload` call and removes all quantization entries associated with the specified table and column.
161
+
Use this function when quantization is no longer required. In some cases, running VACUUM may be necessary to reclaim the freed space from the database.
162
162
163
-
This function should only be called when quantization is no longer needed. If the data changes and you invoke vector_quantize, the old quantization data is automatically replaced.
163
+
If the data changes and you invoke `vector_quantize`, the existing quantization data is automatically replaced. In that case, calling this function is unnecessary.
0 commit comments