cayleygraph / cayleygraph/cayley

Is there the way to store raw documents?

Open
#461 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
15.1k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Hi, is there the way to store big documents as objects under subject, but I don't want this documents to be indexed and I don't want search by this document to prevent storing not needed information and (maybe) performance issues.
It would be nice if I can get iterator of document and query subjects it belongs to.
So, how to resolve this?

Also, there is the way to store just indexes of these documents, and query docs by 3-d party DB, but it's better not to use additional dependencies.

Contributor guide

Open the contributing guide

Research direction

The issue does not name any files, tests, or entry points. Start by reviewing Cayley’s storage and indexing interfaces to determine whether raw, non-indexed documents and subject iteration are supported. Done would require a clearly scoped design and implementation path for storing and retrieving such documents without unnecessary indexing.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.