Katsuhiko Nonomura

Results 69 comments of Katsuhiko Nonomura

This issue was fixed by 572f956ebc9db47caf8103e42e5480165eba7384 .

Your issue is opened in griddb/griddb repository. Is this a comment about griddb/griddb repository ?

Unfortunately, we have no client library for directly operating GridDB from Dart. However, we might be able to use [GridDB WebAPI](https://github.com/griddb/webapi) for operating GridDB from Dart.

Thank you for your input. We may look into Dart in the future, but currently it is not in our priority list. But we would definitely welcome community supported client...

Thank you for your usage. How about not the file size but the disk usage about the checkpoint file ? Could you please confirm the disk usage with "du" or...

>Store is currently about 100MByte. >Checkpoint file grow up to about 2GByte second time I tried releasing unused blocks. >Thats 20 times larger than the data store. Do you compare...

Thank you for the detailed information. I'll check this issue. I understand as follows: - You compare the chechpoint file size and the store size in gs_stat output - 1...

Thank you for your usage. Are you trying to use ':' for container names etc? Alphanumeric, '_', '-', '.', '/', and '=' can be used in cluster names, container names,...

Thank you for your comment. > How to upgrade the database to the newer version For Community Edition: to upgrade within the major version, simply stop the server, uninstall the...

I didn't confirm the "make dist" command. So, I deleted an unnecessary file name and modified an incorrect file name in Makefile.am.