Skip to content

Conversation

alexeyzimarev
Copy link
Member

  • Add DuckDB init code
  • Add subscription for building the default index tables
  • Add index builders (stream, event type, category)
  • Add index readers

oskardudycz and others added 11 commits May 23, 2025 12:09
That includes DuckDB setup, default index, processor, reader, etc.

Extended also the database readers code to support reading real events based on the indexed position.
* Removed unused stuff (sync enumerator, etc)
* Renamed indices to indexes
* Removed LogV3 tests
…e_et_stream

# Conflicts:
#	src/KurrentDB.SecondaryIndexing.Tests/IntegrationTests/SecondaryIndexingPluginEnabledIntegrationTests.cs
#	src/KurrentDB.SecondaryIndexing/Indexes/Default/DefaultSecondaryIndexProcessor.cs
Copy link
Contributor

github-actions bot commented May 26, 2025

Qodana for .NET

17 new problems were found

Inspection name Severity Problems
Parameter is only used for precondition check (private accessibility) 🔶 Warning 6
Redundant cast 🔶 Warning 2
Collection content is never queried (private accessibility) 🔶 Warning 1
Member initialized value ignored 🔶 Warning 1
Non-accessed field (private accessibility) 🔶 Warning 1
Redundant class or interface specification in base types list 🔶 Warning 1
Redundant name qualifier 🔶 Warning 1
Redundant using directive 🔶 Warning 1
Get-only auto-property is never assigned 🔶 Warning 1
Type member is never used (private accessibility) 🔶 Warning 1
Unused parameter (private accessibility) 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

oskardudycz and others added 27 commits July 3, 2025 09:06
…ad of base setup and collection fixtures

Each test will need to have a different setup either way not to mess with each other
… forwards and backward from the secondary stream
@CLAassistant
Copy link

CLAassistant commented Aug 1, 2025

CLA assistant check
All committers have signed the CLA.

@alexeyzimarev alexeyzimarev deleted the indexing/secondary-indexes branch September 18, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants