Commit
·
d1341c2
1
Parent(s):
789c796
Add known issue of Apache AGE to the readme.
Browse files
README.md
CHANGED
@@ -366,6 +366,11 @@ For production level scenarios you will most likely want to leverage an enterpri
|
|
366 |
SET search_path = ag_catalog, "$user", public;
|
367 |
CREATE INDEX idx_entity ON dickens."Entity" USING gin (agtype_access_operator(properties, '"node_id"'));
|
368 |
```
|
|
|
|
|
|
|
|
|
|
|
369 |
|
370 |
### Insert Custom KG
|
371 |
|
|
|
366 |
SET search_path = ag_catalog, "$user", public;
|
367 |
CREATE INDEX idx_entity ON dickens."Entity" USING gin (agtype_access_operator(properties, '"node_id"'));
|
368 |
```
|
369 |
+
* Known issue of the Apache AGE: The released versions got below issue:
|
370 |
+
> You might find that the properties of the nodes/edges are empty.
|
371 |
+
> It is a known issue of the release version: https://github.com/apache/age/pull/1721
|
372 |
+
> You can Compile the AGE from source code and fix it.
|
373 |
+
|
374 |
|
375 |
### Insert Custom KG
|
376 |
|