[Groonga-commit] groonga/groonga at 52f8a2a [master] doc io_flush: document about locking

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 9 19:06:18 JST 2018


Kouhei Sutou	2018-10-09 19:06:18 +0900 (Tue, 09 Oct 2018)

  Revision: 52f8a2a0a5f4596561db3f22c8cb6a435eca5066
  https://github.com/groonga/groonga/commit/52f8a2a0a5f4596561db3f22c8cb6a435eca5066

  Message:
    doc io_flush: document about locking

  Modified files:
    doc/source/reference/commands/io_flush.rst

  Modified: doc/source/reference/commands/io_flush.rst (+16 -0)
===================================================================
--- doc/source/reference/commands/io_flush.rst    2018-10-09 18:55:52 +0900 (78d68a76c)
+++ doc/source/reference/commands/io_flush.rst    2018-10-09 19:06:18 +0900 (094e70d42)
@@ -45,6 +45,22 @@ list.
 Note that ``io_flush`` may be a heavy process. If there are many
 changes in memory, flushing them to disk is a heavy process.
 
+.. versionadded:: 8.0.8
+
+   ``io_flush`` locks Groonga database while flushing. It means that
+   you can't run the following commands while ``io_flush``:
+
+     * :doc:`truncate`
+     * :doc:`table_create`
+     * :doc:`table_remove`
+     * :doc:`table_rename`
+     * :doc:`column_create`
+     * :doc:`column_remove`
+     * :doc:`column_rename`
+     * :doc:`plugin_register`
+     * :doc:`plugin_unregister`
+     * :doc:`logical_table_remove`
+
 Syntax
 ------
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181009/144a06df/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index