LiJie20190102

Results 33 comments of LiJie20190102

@sketchmind @SbloodyS Excuse me, when will this PR be closed? We found that many scenes need resources to be uploaded again.

[standalone-9_0.log](https://github.com/milvus-io/milvus/files/11279075/standalone-9_0.log) [standalone-9_1.log](https://github.com/milvus-io/milvus/files/11279076/standalone-9_1.log) [standalone-9_2.log](https://github.com/milvus-io/milvus/files/11279078/standalone-9_2.log) I recently loaded it once, and the error log of milvus is as follows: ![image](https://user-images.githubusercontent.com/53458004/233237410-60e8301b-01ec-43c9-8e5f-1b79bafc7fc4.png)

> above the log, here comes more than 40000 segments, did you call `flush` too often? @LiJie20190102 yes

That is to say, does flushing too frequently cause data to not be loaded into memory?

> > close my issue, the length Text property value should less than 65535. > > we know the limitation, and consider add an option for user to modify it...

> > I want to implement this function, can it be assigned to me > > @LiJie20190102 If u want to config property length, we could reopen this issue &...

I think a good solution is not to limit the length of vertex/edge ID or attributes, but to dynamically change the attribute values of org.apache.hugegraph.backend.serializer.BytesBuffer, such as UINT8_ MAX, because...

![image](https://github.com/apache/incubator-hugegraph/assets/53458004/0b686a29-a96e-4717-a8ba-d4fc8e021b49) After my testing, I found that there are indeed more map objects created. That is to say, when I use the String type, I create more map objects; But...