Devlive 开源社区 本次搜索耗时 0.561 秒,为您找到 160 个相关结果.
  • Aggregation

    541 2024-06-24 《Apache AGE 0.6.0》
    Introduction Data Setup Auto Group By Sorting on aggregate functions Distinct aggregation Ambiguous Grouping Statements Invalid Query in AGE Valid Query in AGE Vertices and ...
  • Overview

    523 2024-06-24 《Apache AGE 0.6.0》
    Apache AGE is a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine’s fork of PostgreSQL 10, Agens...
  • Aggregation Functions

    510 2024-06-24 《Apache AGE 0.6.0》
    Data Setup min Using min() with Lists max stDev stDevP percentileCont percentileDisc count Using count(expression) to return the number of values Counting non-null value...
  • 配置 Postgres 以允许远程连接

    关于此任务 步骤 关于此任务 在部署集群之前,将 Postgres 配置为允许远程连接至关重要。如果您在安装集群之前未执行这些步骤,安装将失败。 步骤 打开 /var/lib/pgsql/9.6/data/pg_hba.conf 并更新为以下内容 # "local" is for Unix domain socket connect...
  • Amazon RDS Requirements

    Ranger requires a relational database as its policy store. There are additional prerequisites for Amazon RDS-based databases due to how Amazon RDS is set up and managed: MySQL/M...
  • Configure Postgres to Allow Remote Connections

    About This Task Steps About This Task It is critical that you configure Postgres to allow remote connections before you deploy a cluster. If you do not perform these steps in a...
  • The AGE Cypher Query Format

    472 2024-06-24 《Apache AGE 0.6.0》
    Cypher() Cypher in an Expression SELECT Clause Cypher queries are constructed using a function called cypher in ag_catalog which returns a Postgres SETOF records . Cypher() c...
  • FAQ

    463 2024-05-20 《Apache Answer 1.3.0》
    How do I access the installation page? Why can’t I receive the registration email? How do I switch the default language? What are the currently supported database types? Is migr...
  • Amazon RDS 要求

    Ranger 需要一个关系数据库作为其策略存储。由于 Amazon RDS 的设置和管理方式不同,基于 Amazon RDS 的数据库还有其他先决条件: MySQL/MariaDB 先决条件 PostgreSQL 先决条件 Oracle 先决条件
  • PL/pgSQL Functions

    445 2024-06-24 《Apache AGE 0.6.0》
    Dynamic Cypher Cypher commands can be run in PL/pgSQL functions without restriction. Data Setup SELECT * FROM cypher ( 'imdb' , $$ CREATE ( toby : actor { name : ...