Skip to content

[Feature] Postgres Persistence#1341

Open
fvolz wants to merge 5 commits into
mainfrom
feature/postgres
Open

[Feature] Postgres Persistence#1341
fvolz wants to merge 5 commits into
mainfrom
feature/postgres

Conversation

@fvolz

@fvolz fvolz commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Adds a Postgres SQL Persistence implementation (without query)

Overview:
Simple table structure for AAS, Submodels, ConceptDescriptions and Operations
Performance similar to MongoDB with less memory usage (no table/index for SubmodelElements), scales well (deeply nested aas, high amount of submodel or elements)
Tests with embedded Postgres

@sonarqubecloud

Copy link
Copy Markdown

JsonDeserializer deserializes Message objects as DefaultMessage. Since
  DefaultMessage.equals() uses getClass() (not instanceof), a deserialized DefaultMessage never equals the original
  Message subclass
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.

1 participant