Endeca Server - Dgraph process

Oracle Platform Structured Unstructured Data

About

Each Endeca data store is serviced by a Dgraph process.

The Dgraph uses proprietary data structures and algorithms that allow it to provide real-time responses to client requests. It stores the data files that were created from loading the data into it.

After the data files are stored, the Dgraph:

  • receives client requests via the application tier,
  • queries the data files,
  • and returns the results.

The Dgraph is designed to be stateless. This design requires that a complete query be sent to it for each request. The stateless design facilitates the addition of Dgraph processes for load balancing and redundancy — any replica of a Dgraph can reply to queries independently of other replicas.

Management

Status

To get the status of the Dgraph, you have to get the status of the data store

Stats

In the data domain, more than one Dgraph process may be running. You can request the Dgraph stats page either on each Endeca Server node, or for all Dgraph instances at once.

The Dgraph stats page continues to be returned with http://host:port/endeca-server/admin/data_domain?op=stats for each machine hosting the Endeca Server for this data domain. In addition, endeca-cmd

endeca-cmd get-dd-status <data-domain> 

returns the Dgraph node statistics for each running Dgraph node in the data domain (and not only for one Dgraph node).

Configuration

flag

When you create or attach an Endeca data store, you can optionally specify that its Dgraph process start with flags. These Dgraph flags allow you to adjust its configuration.

To obtain a listing of the Dgraph process arguments at the Oracle Endeca Server host and port, issue the create-ds or the attach-ds command with the –args –usage flag.

For instance:

endeca-cmd create-ds --args --usage





Discover More
Endeca Record Search
Endeca - (Record|Text) Search

Record search (also called text search) search records that contains a particular keyword. The resulting results are records : which contain (keyword|Search terms) in any combination of attributes ....
Oracle Platform Structured Unstructured Data
Endeca - Admin operations

Data Store admin operations The available /admin operations are: exit - shut down the dgraph normally reload-services - reload XQuery web services merge - merge using the specified merge factor...
Oracle Platform Structured Unstructured Data
Endeca - CDR (Collection Definition Record)

A CDR (Collection Definition Record) defines a specific collection in the Dgraph.
Oracle Platform Structured Unstructured Data
Endeca - Data (Store|Domain)

Since 7.5x, a data store is now known as a data domain. A data domain is a logical collection of data and metadata managed by the Endeca Server. A data domain is the largest unit of data over which...



Share this page:
Follow us:
Task Runner