You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated feature coverage calculation to exclude non-differentiating features
- JSONIC now shows 92% (69/75) instead of 64% (69/107) coverage
- Added methodology note explaining meaningful features vs total features
- Enhanced calculateFeatureScores() to filter out features with zero support
- Added getNonDifferentiatingFeatures() function for transparency
- Improved competitive comparison accuracy by focusing on meaningful features
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: public/jsonic-bench/DATABASE_COMPARISON.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ JSONIC v3.1 (Phase 3 Complete) represents a new category of browser-based databa
6
6
7
7
## Feature Comparison Matrix
8
8
9
+
> **Methodology Note**: Feature coverage percentages are calculated based on **meaningful features only** (75 features) - excluding 32 features where no database has support (e.g., Graph Data, Time Series, Authentication). This provides a more accurate competitive comparison.
0 commit comments