-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change to 2.5.0 * change to 2.5.0 * Delete header.html * Update README.md * Update README.md * fix format * fix () punctuation * Update 2.deploy-dashboard.md * Update ex-ug-page-overview.md * Update ex-ug-deploy.md * Update ex-ug-deploy.md * upgrade nebula graph to 250 (#677) * the package name is Schrodinger * Fix punctuation issues (#678) * update eco tools and metrics (#680) * commit id * commit id * Update README.md * Update README.md * Update mkdocs.yml (#682) * Delete ex-ug-terms.md * repair links (#681) * update * repair-links (#683) * Update ex-ug-parameter.md (#684) * Update 1.query-performance-metrics.md * proofread * proofread * Update st-ug-connect.md * update metrics formats (#685) * Update 2.graph-modeling.md * Update st-ug-explore.md * Update 3.system-design.md * Update st-ug-crud-tag.md * Update st-ug-crud-edge-type.md * Update st-ug-crud-index.md * Create st-ug-crud-index.md * Update st-ug-crud-index.md * Update st-ug-open-in-explore.md * update * Update st-ug-visualize-subgraph.md * Update st-ug-faq.md * Update 2.deploy-dashboard.md * Update 2.deploy-dashboard.md * proofread 2 * Update 2.deploy-dashboard.md * Create 2.deploy-dashboard.md * Update ex-ug-page-overview.md * Update 3.graph-config.md * Update ex-ug-page-overview.md * Fix titles (#687) * Update upgrade-nebula-from-200-to-250.md * Update upgrade-nebula-from-200-to-250.md * Update upgrade-nebula-from-200-to-250.md * Update upgrade-nebula-from-200-to-250.md * Update ex-ug-connect.md * Update ex-ug-page-overview.md * Update 6.list.md * Update 3.deploy-listener.md * Update 1.search-with-text-based-index.md * fix * Update 4.job-statements.md * math * Update 2.match.md (#688) * update (#689) * Update st-ug-console.md * Update source_install-nebula-graph-by-rpm-or-deb.md * Update source_connect-to-nebula-graph.md * Update source_manage-service.md * Update 3.deploy-nebula-graph-with-docker-compose.md * Update upgrade-nebula-graph-to-250.md * Update (#691) * update * update * Upgrade dashboard (#692) * Delete search.html (#676) * upgrade dashboard Co-authored-by: min.wu <[email protected]> * Upgrade vid (#693) * Delete search.html (#676) * Update 3.vid.md Co-authored-by: min.wu <[email protected]> * Update 3.vid.md * Update source_connect-to-nebula-graph.md * Update 5.lookup.md * Update mkdocs.yml * Create 6.delete-tag.md * Update mkdocs.yml * Update 4.storage-service.md * Update ex-ug-what-is-explorer.md * Update ex-ug-deploy.md * Update mkdocs.yml * Update mkdocs.yml * Update requirements.txt * Update mkdocs.yml * Update mkdocs.yml * Cherrypick 250 (#723) * add cn doc (#708) * add cn doc * concat and show meta leader * Update 13.concat.md Co-authored-by: 朱晓青 <[email protected]> * ldap and improve query by tag index (#711) * ldap and improve query by tag index * Update improve-query-by-tag-index.md * Update 4.ldap.md Co-authored-by: cooper-lzy <[email protected]> * Add day mode and night mode (#732) * Update mkdocs.yml * Update use-importer.md * Update 1.search-with-text-based-index.md (#741) fixed CREATE FULLTEXT * Update README.md * Update deploy.yml * Update mkdocs.yml * Update deploy.yml * Update deploy.yml * Update README.md * Update releasenote.md * update master Co-authored-by: foesa <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: randomJoe211 <[email protected]> Co-authored-by: cooper-lzy <[email protected]> Co-authored-by: Wey Gu <[email protected]>
- Loading branch information
1 parent
5135b62
commit e6062f9
Showing
21 changed files
with
65 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Git Config | ||
run: git config user.name whitewum && git config user.email [email protected] | ||
|
||
- name: mike list delete | ||
- name: Mike Deploy | ||
run: | | ||
mike list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,7 @@ | ||
# Nebula Graph {{ nebula.release }} release notes | ||
|
||
## Feature | ||
|
||
- Support management of session. [#280](https://github.com/vesoft-inc/nebula-graph/pull/280) | ||
- Support terminate the slow queries, know issue: there is a delay in querying and terminating the query due to the implementation. [#1152](https://github.com/vesoft-inc/nebula-graph/pull/1152) | ||
- Enhance the ability to extract the indices from expressions for the `LOOKUP` statement. [#1188](https://github.com/vesoft-inc/nebula-graph/pull/1188) | ||
- Supports configuring machine memory watermarks to alleviate OOM issues to some extent. [1067](https://github.com/vesoft-inc/nebula-graph/pull/1067) | ||
- Support filter the edges in the `FindPath` statement. [#1091](https://github.com/vesoft-inc/nebula-graph/pull/1091) | ||
- Support return structure of a graph without properties in the `Subgraph` statement.[#1134](https://github.com/vesoft-inc/nebula-graph/pull/1134) | ||
- Improve the usage of the `timestamp` function. [#515](https://github.com/vesoft-inc/nebula-common/pull/515) | ||
- Support for querying the version of each service. [#944](https://github.com/vesoft-inc/nebula-graph/pull/944) | ||
- `Index` and `TTL` can be supported together. [#382](https://github.com/vesoft-inc/nebula-storage/pull/382) | ||
- Support the creation of full-text indexes on specified properties. [#460](https://github.com/vesoft-inc/nebula-storage/pull/460) | ||
- Support make comment when create space or schema. [#895](https://github.com/vesoft-inc/nebula-graph/pull/895) | ||
- Support for full-text index rebuild. [#1123](https://github.com/vesoft-inc/nebula-graph/pull/1123) | ||
|
||
## Enhancement | ||
|
||
- The Listener interface is optimized to support full data acquisition. [#465](https://github.com/vesoft-inc/nebula-storage/pull/465), [#484](https://github.com/vesoft-inc/nebula-storage/pull/484) | ||
- The leader table of the meta is reorganized. [#439](https://github.com/vesoft-inc/nebula-storage/pull/439) | ||
- Add a DiskManager to check disk capacity. [#461](https://github.com/vesoft-inc/nebula-storage/pull/461) | ||
- Improve heartbeat of raft to avoid leader change. [#438](https://github.com/vesoft-inc/nebula-storage/pull/438) | ||
- Support concurrently go/fetch/lookup in storage. [#503](https://github.com/vesoft-inc/nebula-storage/pull/503) | ||
- Enhanced for the `EXISTS` function to the `MAP`. [#973](https://github.com/vesoft-inc/nebula-graph/pull/973) | ||
- Enforce the use of aggregate functions, such as `COUNT(v)+AVG(v)`. [#968](https://github.com/vesoft-inc/nebula-graph/pull/968) | ||
|
||
## Bug fix | ||
|
||
- Fixed multiple statement execution problems caused by permissions. [#1165](https://github.com/vesoft-inc/nebula-graph/pull/1165) | ||
- Fixed unwinding causing no results. [#1018](https://github.com/vesoft-inc/nebula-graph/pull/1018) | ||
- Fixed crash problems caused by aggregation functions in some scenarios. [#1015](https://github.com/vesoft-inc/nebula-graph/pull/1015) | ||
- Fixed index matching problems with `OR` expressions. [#1005](https://github.com/vesoft-inc/nebula-graph/pull/1005) | ||
- Fixed case sensitivity of functions. [#927](https://github.com/vesoft-inc/nebula-graph/issues/927) | ||
- Fixed issue where query index creation information was not checked for Tag/Edge type. [#933](https://github.com/vesoft-inc/nebula-graph/pull/933) | ||
- Fixed a bug in the `Substring` function. [#491](https://github.com/vesoft-inc/nebula-common/pull/491) | ||
- Fixed meta not returning leader change correctly. [#423](https://github.com/vesoft-inc/nebula-storage/pull/423) | ||
- Fixed an issue with `LIMIT`, `ORDER`, `GROUP` statements using variables. [#1314](https://github.com/vesoft-inc/nebula-graph/pull/1314) | ||
- Fixed issue with the `db_dump` tool printing VID of the `int` type. [#533](https://github.com/vesoft-inc/nebula-storage/pull/533) | ||
- Fixed the issue that `FAILE` is still displayed after the `Balance` task is recovered. [#528](https://github.com/vesoft-inc/nebula-storage/pull/528) | ||
|
||
## Changes & Known issues | ||
|
||
- A little bit grammar change of Subgraph. | ||
|
||
```ngql | ||
# Add the WITH PROP keyword to the output property in {{ nebula.release }}. | ||
GET SUBGRAPH WITH PROP FROM <vids> | ||
# The original syntax will only output the graph structure without properties. | ||
GET SUBGRAPH FROM <vids># | ||
``` | ||
- We must use the symbol `$-.` in `ORDER BY`. But in earlier releases, there is no need. | ||
```ngql | ||
# We must use the symbol `$-.` in `ORDER BY` in {{ nebula.release }}. | ||
nebula> LOOKUP ON player \ | ||
YIELD player.age As playerage \ | ||
| GROUP BY $-.playerage \ | ||
YIELD $-.playerage as age, count(*) AS number \ | ||
| ORDER BY $-.number DESC, $-.age DESC; | ||
# There is no need to use the symbol `$-.` in earlier releases. | ||
nebula> LOOKUP ON player \ | ||
YIELD player.age As playerage \ | ||
| GROUP BY $-.playerage \ | ||
YIELD $-.playerage as age, count(*) AS number \ | ||
| ORDER BY number DESC, age DESC; | ||
``` | ||
- Fixed the performance reduction problems caused by the sessions will update at the next upload period when use space. [#1355](https://github.com/vesoft-inc/nebula-graph/pull/1355) | ||
|
||
For the known bug/issue in {{ nebula.release }}, see [issues](https://github.com/vesoft-inc/nebula-graph/issues). | ||
- Fixed the performance problems of k8s caused by processing logic of the remote address in connection requests. [#615](https://github.com/vesoft-inc/nebula-common/pull/615) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.