Results 6 issues of CAQ

3.5.1 version, legacy frontend memory usage monitor, transferred data (browser F12): { "self": 122669016, "server_avail": 126167092, "server_total": 129780432, "unit": "KB" } Displayed: 图数据库使用 116.87GB 可用 120.32GB 其他 -113.43GB 使用率 94.4%...

bug

When importing data, if some required properties of records (nodes) are missing, these nodes are not imported. But in the UI it will still display successfully imported. Expected: Warnings are...

feature request

Current TuGraph supports both new version interface (port number 8888) and old version (port 7090, or 7070?). Users may not know how to visit the other version, or which one...

doc

[« Bot5 2021年第6次活动纪要: Bot5 Season 2021 Episode 6 «](https://github.com/wechaty/bot5/issues/238) http://bot5.ml/events/seminar-minutes-2021-07/

https://tugraph-db.readthedocs.io/zh-cn/latest/9.olap%26procedure/2.olap/2.olap-base-api.html#id3 `TuGraph使用了多线程技术进行批处理操作,在这种情况下可能会出现访存冲突现象。为了保证并行计算时修改操作的正确性,TuGraph实现了原子操作。代码部分见lgraph文件夹下的lgraph_atomic.cpp文件。 TuGraph还自定义了4个常用的原子操作。当我们需要在多线程模式下修改点的数据时,我们都应该使用原子操作来确保并行环境下修改操作的正确性。除了这4个原子操作外,用户也可以使用“cas”来构建自己的原子操作函数。` 1, `lgraph_atomic.cpp` is missing. only `.h` file. 2, `还自定义了4个常用的原子操作`, this is duplicated with `实现了原子操作`, plus, **还** is ambiguous. 3, below this paragraph, five operators are listed. I'd...

doc
简单型issue