首页 文章 精选 留言 我的

精选列表

搜索[graph],共1756篇文章
优秀的个人博客,低调大师

Nebula Graph v2.6 Release Note,新增 TOSS、ZONE 等多样特性

本版本新增 TOSS、ZONE、Geo Spatial、传输加密、返回 JSON 格式等功能,并优化了部分下推的计算、YIELD 语句格式、内存水位检测等功能。 特性 新增 TOSS 功能,pr 参见:https://github.com/vesoft-inc/nebula/pull/2525 新增 ZONE 功能,pr 参见:https://github.com/vesoft-inc/nebula/issues/2604 支持 Geo Spatial 功能,pr 参见:https://github.com/vesoft-inc/nebula/pull/2954、https://github.com/vesoft-inc/nebula/pull/2979、https://github.com/vesoft-inc/nebula/pull/3043 支持传输加密,pr 参见:https://github.com/vesoft-inc/nebula/pull/2584 支持服务端返回 JSON 格式的查询结果,pr 参见:https://github.com/vesoft-inc/nebula/pull/2824 支持 SPACE 的 meta 克隆,pr 参见:https://github.com/vesoft-inc/nebula/pull/2763 支持 LOOKUP 中使用 IN 表达式,pr 参见:https://github.com/vesoft-inc/nebula/pull/2906 集成 Breakpad,pr 参见:https://github.com/vesoft-inc/nebula/pull/2536 支持将 metad 的本地文件夹复制到远程,pr 参见:https://github.com/vesoft-inc/nebula/pull/2532 支持 DELETE TAG,pr 参见:https://github.com/vesoft-inc/nebula/pull/2520 支持 concat 函数,pr 参见:https://github.com/vesoft-inc/nebula/pull/2540 支持SHOW META LEADER,pr 参见:https://github.com/vesoft-inc/nebula/pull/2542 优化 优化 indexscan 的 LIMIT 下推的计算,pr 参见:https://github.com/vesoft-inc/nebula/pull/2905、https://github.com/vesoft-inc/nebula/pull/2823、https://github.com/vesoft-inc/nebula/pull/2796 优化 GO 语句每步采样和 LIMIT 下推的计算,pr 参见:https://github.com/vesoft-inc/nebula/pull/2904、https://github.com/vesoft-inc/nebula/pull/2853、https://github.com/vesoft-inc/nebula/pull/2831 优化 YIELD 语句的格式,pr 参见:https://github.com/vesoft-inc/nebula/pull/2555、https://github.com/vesoft-inc/nebula/pull/2572、https://github.com/vesoft-inc/nebula/pull/2779、https://github.com/vesoft-inc/nebula/pull/2895、https://github.com/vesoft-inc/nebula/pull/2944 启用 prefix bloom filter 以提升性能,pr 参见:https://github.com/vesoft-inc/nebula/pull/2860 支持服务端验证客户端版本,使用可配套的客户端版本才允许连接(客户端版本从 v2.6.0 开始),pr 参见:https://github.com/vesoft-inc/nebula/pull/2965 优化拉动整个分片时的流量控制,pr 参见:https://github.com/vesoft-inc/nebula/pull/2557 SHOW JOBS 只显示本 SPACE 的 JOB,pr 参见:https://github.com/vesoft-inc/nebula/pull/2872 为除 GUEST 之外的所有角色授予作业权限,pr 参见:https://github.com/vesoft-inc/nebula/pull/2928 优化内存水位检测,pr 参见:https://github.com/vesoft-inc/nebula/pull/2885 支持 storage 的慢查询终止,pr 参见:https://github.com/vesoft-inc/nebula/pull/2534 Bugfix 修复了 LOOKUP 中 YIELD 子句出现聚合函数时 nebula 连接会被中断的缺陷,pr 参见:https://github.com/vesoft-inc/nebula/pull/3245 修复 raftpart::reset 时清理部分 RocksDB 数据的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2522 修复了插入不匹配的日期时间类型的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2527 修复了设置毫秒失败但微秒有效的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2781 修复了批量插入过多数据时 meta 服务崩溃(百万行)的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2813 修复了当 SPACE 中不存在边 schema 时获取边信息导致崩溃的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2571 修复了属性数据类型为 fixed_string 时 GO WHERE 子句表达式解析错误,pr 参见:https://github.com/vesoft-inc/nebula/pull/2762 修复了 FIND ALL PATH 查询不到的错误,pr 参见:https://github.com/vesoft-inc/nebula/pull/2773 修复了没有配置角色的用户却有查找 SPACE 的角色权限问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2778 修复了 CASE 表达式错误,pr 参见:https://github.com/vesoft-inc/nebula/pull/2819 修复了使用 time 函数时死循环问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2820 修复了当节点被 shutdown 后,JOB 仍显示为运行中的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2843 修复了在多个副本的情况下,INSERT 语句可能导致副本之间属性值不一致的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2862 修复了 USE 后提交作业时 SPACE 不对的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3010 修复了当列不为空时获取 thrift 结构属性出错的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3012 修复了即使 meta 未 ready,graphd 也能运行的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3069 修复了使用 FIND PATH WITH PROP 时,悬挂边会返回空顶点的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3008 修复了 YIELD DISTINCT map 类型时的崩溃问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3051 修复了错误的 ip 或者 host 时服务仍然可以启动的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3057 修复了在一个语句中更改相同属性的错误,pr 参见:https://github.com/vesoft-inc/nebula/pull/3036 修复了在边上多步过滤无效的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/3144

资源下载

更多资源
Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Nacos

Nacos

Nacos /nɑ:kəʊs/ 是 Dynamic Naming and Configuration Service 的首字母简称,一个易于构建 AI Agent 应用的动态服务发现、配置管理和AI智能体管理平台。Nacos 致力于帮助您发现、配置和管理微服务及AI智能体应用。Nacos 提供了一组简单易用的特性集,帮助您快速实现动态服务发现、服务配置、服务元数据、流量管理。Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。

Spring

Spring

Spring框架(Spring Framework)是由Rod Johnson于2002年提出的开源Java企业级应用框架,旨在通过使用JavaBean替代传统EJB实现方式降低企业级编程开发的复杂性。该框架基于简单性、可测试性和松耦合性设计理念,提供核心容器、应用上下文、数据访问集成等模块,支持整合Hibernate、Struts等第三方框架,其适用范围不仅限于服务器端开发,绝大多数Java应用均可从中受益。

Rocky Linux

Rocky Linux

Rocky Linux(中文名:洛基)是由Gregory Kurtzer于2020年12月发起的企业级Linux发行版,作为CentOS稳定版停止维护后与RHEL(Red Hat Enterprise Linux)完全兼容的开源替代方案,由社区拥有并管理,支持x86_64、aarch64等架构。其通过重新编译RHEL源代码提供长期稳定性,采用模块化包装和SELinux安全架构,默认包含GNOME桌面环境及XFS文件系统,支持十年生命周期更新。

用户登录
用户注册