Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-320: Adds a new Key value DB class with ranged/listed queries #321

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

DiegoPino
Copy link
Member

See #320

This implements for key/value tables a "wrapper class" that allows listings of existing key values to be made (including get whole/list just the keys) without knowing the actual key name

This is needed to allow our datasource to be re-tracked.

The re-tracker is implemented using the existing interface at ::getPartialItemIds but it does something (i hope) well. It checks if the Nodes/Files associated with a stored SBF Flavor data source entry, still exist. and tries to fill/refill data if a query returns many but none of these are valid... I need to check more because i added a WHILE statement... dangerous stuff. So far so good with my limited to 1500 OCRs test.

@alliomeria @roromedia ping (pong) and ping again

This implements for key/value tables a "wrapper class"
that allows listings of existing key values to be made (including get whole/list just the keys) without knowing the actual key name

This is needed to allow our datasource to be re-tracked.

The re-tracker is implemented using the existing interface at
::getPartialItemIds but it does something (i hope) well. It checks if the Nodes/Files associated with a stored SBF Flavor data source entry, still exist. and tries to fill/refill data if a query returns many but none of these are valid... I need to check more because i added a WHILE statement... dangerous stuff. So far so good with my limited to 1500 OCRs test.

@alliomeria @roromedia ping (pong) and ping again
@DiegoPino DiegoPino added enhancement New feature or request Symfony Services Typed Data and Search Danger Mr Robinson Things so core to us that need extra care. Please submit automated tests? Strawberry Flavor Post Processing data extracted that goes into Solr Search API F around and find out labels Apr 18, 2024
@DiegoPino DiegoPino added this to the 1.4.0 milestone Apr 18, 2024
@DiegoPino DiegoPino self-assigned this Apr 18, 2024
@DiegoPino DiegoPino merged commit 393da64 into 1.4.0 Apr 28, 2024
@DiegoPino DiegoPino deleted the ISSUE-320 branch April 28, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Danger Mr Robinson Things so core to us that need extra care. Please submit automated tests? enhancement New feature or request Search API F around and find out Strawberry Flavor Post Processing data extracted that goes into Solr Symfony Services Typed Data and Search
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant