hyperstreamdb 0.5.5__tar.gz → 0.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hyperstreamdb-0.7.1/.cargo/audit.toml +25 -0
- hyperstreamdb-0.7.1/.dockerignore +16 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.gitignore +23 -2
- hyperstreamdb-0.7.1/BENCHMARK_100K_FINDINGS.md +45 -0
- hyperstreamdb-0.7.1/BENCHMARK_1M_FINDINGS.md +37 -0
- hyperstreamdb-0.7.1/BENCHMARK_FINDINGS.md +89 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/CHANGELOG.md +54 -0
- hyperstreamdb-0.7.1/CODEBASE_METRICS.md +210 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/Cargo.lock +336 -43
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/Cargo.toml +5 -3
- hyperstreamdb-0.7.1/Dockerfile +109 -0
- hyperstreamdb-0.7.1/GETTING_STARTED.md +189 -0
- hyperstreamdb-0.7.1/NOTICE +17 -0
- hyperstreamdb-0.7.1/OPENSEARCH_COMPATIBILITY.md +105 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/PKG-INFO +239 -85
- hyperstreamdb-0.7.1/PROGRESS.md +106 -0
- hyperstreamdb-0.7.1/README.md +779 -0
- hyperstreamdb-0.7.1/ROADMAP.md +660 -0
- hyperstreamdb-0.7.1/audit.toml +25 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benches/bench_table.rs +8 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/check_iceberg_compliance.py +17 -9
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/adapters/hyperstreamdb/__init__.py +12 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/adapters/hyperstreamdb/__version__.py +1 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/adapters/hyperstreamdb/connections.py +85 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/adapters/hyperstreamdb/impl.py +97 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/__init__.py +3 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/dbt_project.yml +5 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/macros/adapters.sql +90 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/macros/materializations/incremental.sql +108 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/macros/materializations/table.sql +16 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/dbt/include/hyperstreamdb/macros/vector.sql +89 -0
- hyperstreamdb-0.7.1/dbt-hyperstreamdb/setup.py +34 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/deny.toml +11 -4
- hyperstreamdb-0.7.1/docker-compose-bench.yml +40 -0
- hyperstreamdb-0.7.1/docker-compose.production.yml +95 -0
- hyperstreamdb-0.7.1/docs/BENCHMARKING.md +167 -0
- hyperstreamdb-0.7.1/docs/COMPREHENSIVE_GUIDE.md +216 -0
- hyperstreamdb-0.7.1/docs/CONCURRENCY.md +57 -0
- hyperstreamdb-0.7.1/docs/CONFIGURATION.md +180 -0
- hyperstreamdb-0.7.1/docs/INSTALLATION.md +551 -0
- hyperstreamdb-0.7.1/docs/PGVECTOR_SQL_GUIDE.md +738 -0
- hyperstreamdb-0.7.1/docs/SNOWFLAKE_POLARIS_GUIDE.md +210 -0
- hyperstreamdb-0.7.1/docs/api_reference.md +372 -0
- hyperstreamdb-0.7.1/docs/architecture.md +75 -0
- hyperstreamdb-0.7.1/docs/benchmarking.md +167 -0
- hyperstreamdb-0.7.1/docs/build/html/.buildinfo +4 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/api/python.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/api/rust.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/environment.pickle +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/BENCHMARKING.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/COMPREHENSIVE_GUIDE.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/CONCURRENCY.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/CONFIGURATION.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/DORIS_OPTIMIZATION_PATTERNS.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/GPU_SETUP_GUIDE.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/ICEBERG_V2_V3_API.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/INSTALLATION.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/IN_MEMORY_COMPONENT_ANALYSIS.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/MONETIZATION_ARCHITECTURE.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/PGVECTOR_SQL_GUIDE.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/PYTHON_VECTOR_API.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/SUMMARY.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/VECTOR_CONFIGURATION.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/api_reference.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/architecture.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/catalog_usage.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/comprehensive_guide.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/concurrency.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/configuration.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/gpu_setup_guide.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/index.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/installation.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/monitoring.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/python_vector_api.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/guides/task_status.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/index.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/.doctrees/roadmap.doctree +0 -0
- hyperstreamdb-0.7.1/docs/build/html/_modules/hyperstreamdb/embeddings.html +413 -0
- hyperstreamdb-0.7.1/docs/build/html/_modules/hyperstreamdb.html +1168 -0
- hyperstreamdb-0.7.1/docs/build/html/_modules/index.html +309 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/DORIS_OPTIMIZATION_PATTERNS.md.txt +604 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/GPU_SETUP_GUIDE.md.txt +467 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/ICEBERG_V2_V3_API.md.txt +239 -0
- hyperstreamdb-0.5.5/README.md → hyperstreamdb-0.7.1/docs/build/html/_sources/guides/INSTALLATION.md.txt +114 -187
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/IN_MEMORY_COMPONENT_ANALYSIS.md.txt +393 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/MONETIZATION_ARCHITECTURE.md.txt +610 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/PYTHON_VECTOR_API.md.txt +550 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/SUMMARY.md.txt +12 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/VECTOR_CONFIGURATION.md.txt +322 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/comprehensive_guide.md.txt +267 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/concurrency.md.txt +38 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/configuration.md.txt +91 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/gpu_setup_guide.md.txt +467 -0
- hyperstreamdb-0.5.5/docs/INSTALLATION.md → hyperstreamdb-0.7.1/docs/build/html/_sources/guides/installation.md.txt +2 -2
- hyperstreamdb-0.7.1/docs/build/html/_sources/guides/python_vector_api.md.txt +550 -0
- hyperstreamdb-0.7.1/docs/build/html/_sources/index.rst.txt +50 -0
- hyperstreamdb-0.7.1/docs/build/html/_sphinx_design_static/design-tabs.js +101 -0
- hyperstreamdb-0.7.1/docs/build/html/_sphinx_design_static/sphinx-design.min.css +1 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/HyperStreamDB.png +0 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/base-stemmer.js +476 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/basic.css +906 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/check-solid.svg +4 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/clipboard.min.js +7 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/copy-button.svg +5 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/copybutton.css +94 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/copybutton.js +248 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/copybutton_funcs.js +73 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/debug.css +69 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/design-tabs.js +101 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/doctools.js +150 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/documentation_options.js +13 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/english-stemmer.js +1066 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/file.png +0 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/language_data.js +13 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/minus.png +0 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/plus.png +0 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/pygments.css +250 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/scripts/furo.js +3 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/scripts/furo.js.LICENSE.txt +7 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/scripts/furo.js.map +1 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/searchtools.js +693 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/skeleton.css +296 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/sphinx-design.min.css +1 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/sphinx_highlight.js +159 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/styles/furo-extensions.css +2 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/styles/furo-extensions.css.map +1 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/styles/furo.css +2 -0
- hyperstreamdb-0.7.1/docs/build/html/_static/styles/furo.css.map +1 -0
- hyperstreamdb-0.7.1/docs/build/html/api/python.html +1143 -0
- hyperstreamdb-0.7.1/docs/build/html/api/rust.html +343 -0
- hyperstreamdb-0.7.1/docs/build/html/genindex.html +310 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/BENCHMARKING.html +530 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/COMPREHENSIVE_GUIDE.html +683 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/CONCURRENCY.html +403 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/CONFIGURATION.html +501 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/DORIS_OPTIMIZATION_PATTERNS.html +1044 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/GPU_SETUP_GUIDE.html +975 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/ICEBERG_V2_V3_API.html +670 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/INSTALLATION.html +988 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/IN_MEMORY_COMPONENT_ANALYSIS.html +915 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/MONETIZATION_ARCHITECTURE.html +1089 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/PGVECTOR_SQL_GUIDE.html +1129 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/PYTHON_VECTOR_API.html +1040 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/SUMMARY.html +331 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/VECTOR_CONFIGURATION.html +754 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/api_reference.html +658 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/architecture.html +408 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/catalog_usage.html +483 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/comprehensive_guide.html +686 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/concurrency.html +406 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/configuration.html +504 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/gpu_setup_guide.html +978 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/index.html +351 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/installation.html +922 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/monitoring.html +418 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/python_vector_api.html +1043 -0
- hyperstreamdb-0.7.1/docs/build/html/guides/task_status.html +393 -0
- hyperstreamdb-0.7.1/docs/build/html/index.html +470 -0
- hyperstreamdb-0.7.1/docs/build/html/objects.inv +0 -0
- hyperstreamdb-0.7.1/docs/build/html/roadmap.html +366 -0
- hyperstreamdb-0.7.1/docs/build/html/search.html +321 -0
- hyperstreamdb-0.7.1/docs/build/html/searchindex.js +1 -0
- hyperstreamdb-0.7.1/docs/catalog_usage.md +119 -0
- hyperstreamdb-0.7.1/docs/index.md +17 -0
- hyperstreamdb-0.7.1/docs/monitoring.md +57 -0
- hyperstreamdb-0.7.1/docs/source/_static/HyperStreamDB.png +0 -0
- hyperstreamdb-0.7.1/docs/source/api/python.rst +40 -0
- hyperstreamdb-0.7.1/docs/source/api/rust.rst +11 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/source/conf.py +1 -0
- hyperstreamdb-0.7.1/docs/source/guides/BENCHMARKING.md +167 -0
- hyperstreamdb-0.7.1/docs/source/guides/COMPREHENSIVE_GUIDE.md +216 -0
- hyperstreamdb-0.7.1/docs/source/guides/CONCURRENCY.md +57 -0
- hyperstreamdb-0.7.1/docs/source/guides/CONFIGURATION.md +180 -0
- hyperstreamdb-0.7.1/docs/source/guides/DORIS_OPTIMIZATION_PATTERNS.md +604 -0
- hyperstreamdb-0.7.1/docs/source/guides/GPU_SETUP_GUIDE.md +467 -0
- hyperstreamdb-0.7.1/docs/source/guides/ICEBERG_V2_V3_API.md +239 -0
- hyperstreamdb-0.7.1/docs/source/guides/INSTALLATION.md +551 -0
- hyperstreamdb-0.7.1/docs/source/guides/PGVECTOR_SQL_GUIDE.md +738 -0
- hyperstreamdb-0.7.1/docs/source/guides/PYTHON_VECTOR_API.md +550 -0
- hyperstreamdb-0.7.1/docs/source/guides/VECTOR_CONFIGURATION.md +322 -0
- hyperstreamdb-0.7.1/docs/source/guides/api_reference.md +372 -0
- hyperstreamdb-0.7.1/docs/source/guides/architecture.md +75 -0
- hyperstreamdb-0.7.1/docs/source/guides/catalog_usage.md +119 -0
- hyperstreamdb-0.7.1/docs/source/guides/index.md +17 -0
- hyperstreamdb-0.7.1/docs/source/guides/monitoring.md +57 -0
- hyperstreamdb-0.7.1/docs/source/guides/task_status.md +33 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/source/index.rst +6 -6
- hyperstreamdb-0.7.1/docs/source/roadmap.md +14 -0
- hyperstreamdb-0.7.1/docs/task_status.md +33 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/pyproject.toml +3 -3
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/python/hyperstreamdb/__init__.py +51 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/iceberg_rest.rs +1 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/cache.rs +20 -10
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/mod.rs +58 -3
- hyperstreamdb-0.7.1/src/core/catalog/rest.rs +401 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/clustering.rs +4 -4
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/compaction.rs +5 -5
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/error.rs +5 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/ffi.rs +85 -42
- hyperstreamdb-0.7.1/src/core/index/analyzer.rs +82 -0
- hyperstreamdb-0.7.1/src/core/index/bm25.rs +142 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/build_inverted.rs +43 -3
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/build_vector.rs +44 -28
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/distance.rs +3 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/gpu.rs +87 -9
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_ivf.rs +170 -156
- hyperstreamdb-0.7.1/src/core/index/hnsw_rs/LICENSE-APACHE +201 -0
- hyperstreamdb-0.7.1/src/core/index/hnsw_rs/LICENSE-MIT +21 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/hnsw.rs +3 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/hnswio.rs +85 -40
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/mod.rs +0 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/ivf.rs +5 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mod.rs +40 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/tokenizer.rs +5 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/lock.rs +4 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/maintenance.rs +20 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/manager/commit.rs +8 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/manager.rs +3 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/types.rs +5 -8
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/planner.rs +10 -3
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/query.rs +209 -30
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/reader/delete.rs +2 -23
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/reader/filter.rs +104 -32
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/reader/mod.rs +8 -23
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/reader/scan.rs +505 -228
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/search/mod.rs +35 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/segment.rs +130 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/mod.rs +2 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/config.rs +13 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/vector_search/mod.rs +15 -7
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/vector_search/plan_rewriter.rs +24 -19
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/vector_search/sort_expr_parser.rs +13 -0
- hyperstreamdb-0.7.1/src/core/sql/partition_rewriter.rs +28 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/physical_plan/vector_merge.rs +5 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/physical_plan/vector_scan.rs +36 -34
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/physical_plan.rs +2 -3
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/session.rs +37 -4
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf/aggregate.rs +20 -4
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf/transform.rs +38 -8
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/builder.rs +94 -36
- hyperstreamdb-0.7.1/src/core/table/catalog.rs +575 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/fluent.rs +9 -4
- hyperstreamdb-0.7.1/src/core/table/index_config.rs +509 -0
- hyperstreamdb-0.7.1/src/core/table/maintenance.rs +424 -0
- hyperstreamdb-0.7.1/src/core/table/merge.rs +163 -0
- hyperstreamdb-0.7.1/src/core/table/mod.rs +533 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/primary_key.rs +104 -44
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/read.rs +126 -92
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/schema.rs +1 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/state.rs +44 -13
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/stats.rs +240 -75
- hyperstreamdb-0.7.1/src/core/table/tests.rs +167 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/table/write.rs +301 -69
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/wal.rs +290 -12
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/lib.rs +4 -1
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/table.rs +62 -9
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/integration_test_hnsw_ivf_native.rs +9 -1
- hyperstreamdb-0.7.1/tests/verify_index_recovery.rs +102 -0
- hyperstreamdb-0.7.1/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBMetadata.java +116 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSource.java +2 -2
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplitManager.java +7 -5
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBTableHandle.java +14 -1
- hyperstreamdb-0.5.5/.cargo/audit.toml +0 -11
- hyperstreamdb-0.5.5/Dockerfile +0 -62
- hyperstreamdb-0.5.5/GETTING_STARTED.md +0 -118
- hyperstreamdb-0.5.5/ROADMAP.md +0 -562
- hyperstreamdb-0.5.5/Untitled.ipynb +0 -33
- hyperstreamdb-0.5.5/clippy_output.txt +0 -502
- hyperstreamdb-0.5.5/docker-compose.production.yml +0 -75
- hyperstreamdb-0.5.5/fix_deprecated.py +0 -20
- hyperstreamdb-0.5.5/scripts/fix_nb.py +0 -30
- hyperstreamdb-0.5.5/scripts/split_table.py +0 -19
- hyperstreamdb-0.5.5/scripts/update_cache.py +0 -46
- hyperstreamdb-0.5.5/scripts/update_reader.py +0 -57
- hyperstreamdb-0.5.5/scripts/update_schema_patch.py +0 -236
- hyperstreamdb-0.5.5/scripts/update_schema_patch2.py +0 -17
- hyperstreamdb-0.5.5/src/core/catalog/rest.rs +0 -166
- hyperstreamdb-0.5.5/src/core/index/hnsw_rs/libext.rs +0 -858
- hyperstreamdb-0.5.5/src/core/planner/pruning.rs +0 -590
- hyperstreamdb-0.5.5/src/core/table/index_config.rs +0 -374
- hyperstreamdb-0.5.5/src/core/table/mod.rs +0 -3471
- hyperstreamdb-0.5.5/src/index.rs.old +0 -11
- hyperstreamdb-0.5.5/src/python_binding.rs +0 -9
- hyperstreamdb-0.5.5/tests/check_mmh3.py +0 -16
- hyperstreamdb-0.5.5/tests/debug_murmur3.rs +0 -96
- hyperstreamdb-0.5.5/tests/fuzz_murmur3.rs +0 -94
- hyperstreamdb-0.5.5/tests/prototype_merge.py +0 -113
- hyperstreamdb-0.5.5/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBMetadata.java +0 -55
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.env.example +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.gitattributes +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.hypothesis/constants/32b327793848e7d8 +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.hypothesis/constants/67b0a8ccf18bf5d2 +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.hypothesis/constants/84828557b4ee7be4 +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.instructions.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.qwen/settings.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/.qwen/settings.json.orig +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/ADMIN_CLI.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/CNAME +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/CONTRIBUTING.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/ELASTICSEARCH_INTEGRATION_PLAN.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/HyperStreamDB.png +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/LICENSE-APACHE +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/LICENSE-MIT +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/RUN_COMPLIANCE_TESTS.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/SECURITY.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/STEERING.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/THIRDPARTY_NOTICES.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benches/performance.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/BENCHMARK_REPORT.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/benchmark_charts.png +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/benchmark_results.csv +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/concurrent_queries_20260409_214245.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/concurrent_queries_20260409_214245.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_search_comparison_20260409_222607.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_search_comparison_20260409_222607.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_214355.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_214355.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_220418.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_220418.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_222053.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_222053.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_225907.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/filtered_vector_search_20260409_225907.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260409_222303.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260409_222303.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260620_173334.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260620_173334.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260620_192646.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260620_192646.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260623_173013.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/full_scan_baseline_20260623_173013.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260409_222302.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260409_222302.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260620_173332.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260620_173332.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260620_192645.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260620_192645.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260623_173011.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/high_selectivity_filter_20260623_173011.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/ingestion_comparison_20260409_222516.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/ingestion_comparison_20260409_222516.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_214428.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_214428.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_220450.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_220450.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_222131.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_222131.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_225938.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_225938.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_231713.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260409_231713.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260620_173300.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260620_173300.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260620_192611.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260620_192611.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260623_172935.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/multi_filter_vector_20260623_172935.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260620_173332.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260620_173332.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260620_192644.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260620_192644.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260623_173011.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/point_lookup_20260623_173011.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_214501.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_214501.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_220524.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_220524.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_222204.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_222204.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_230010.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260409_230010.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260620_173303.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260620_173303.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260620_192614.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260620_192614.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260623_172938.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/post_vs_pre_filter_20260623_172938.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/query_comparison_20260409_222541.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/query_comparison_20260409_222541.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260409_222302.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260409_222302.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260620_173333.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260620_173333.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260620_192646.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260620_192646.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260623_173012.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/range_query_20260623_173012.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/search_filtered_high_selectivity_20260409_214144.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/search_filtered_high_selectivity_20260409_214144.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/search_unfiltered_20260409_214028.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/benchmark_results/search_unfiltered_20260409_214028.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/book.toml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/build-connectors.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/build.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/clippy.toml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docker-compose-hive.yml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docker-compose-minio-nessie.yml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docker-compose.yml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/.nojekyll +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/DORIS_OPTIMIZATION_PATTERNS.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/GPU_SETUP_GUIDE.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/ICEBERG_V2_V3_API.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/PYTHON_VECTOR_API.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/VECTOR_CONFIGURATION.md +0 -0
- {hyperstreamdb-0.5.5/docs/source/_static → hyperstreamdb-0.7.1/docs/build/html/_images}/HyperStreamDB.png +0 -0
- /hyperstreamdb-0.5.5/docs/source/api/python.rst → /hyperstreamdb-0.7.1/docs/build/html/_sources/api/python.rst.txt +0 -0
- /hyperstreamdb-0.5.5/docs/source/api/rust.rst → /hyperstreamdb-0.7.1/docs/build/html/_sources/api/rust.rst.txt +0 -0
- /hyperstreamdb-0.5.5/docs/BENCHMARKING.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/BENCHMARKING.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/COMPREHENSIVE_GUIDE.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/COMPREHENSIVE_GUIDE.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/CONCURRENCY.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/CONCURRENCY.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/CONFIGURATION.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/CONFIGURATION.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/PGVECTOR_SQL_GUIDE.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/PGVECTOR_SQL_GUIDE.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/api_reference.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/api_reference.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/architecture.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/architecture.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/catalog_usage.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/catalog_usage.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/index.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/index.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/monitoring.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/monitoring.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/task_status.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/guides/task_status.md.txt +0 -0
- /hyperstreamdb-0.5.5/docs/source/roadmap.md → /hyperstreamdb-0.7.1/docs/build/html/_sources/roadmap.md.txt +0 -0
- /hyperstreamdb-0.5.5/recovered_plan.txt → /hyperstreamdb-0.7.1/docs/build/html/_static/scripts/furo-extensions.js +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/integrations/README.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/integrations/java_jni.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/integrations/python.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/integrations/spark.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/integrations/trino.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/docs/requirements.txt +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/hive-config/hive-site.xml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/marketing_site/index.html +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/marketing_site/styles.css +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/proptest-regressions/core/index/gpu.txt +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/proptest-regressions/core/sql/vector_literal.txt +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/proptest-regressions/core/sql/vector_udf.txt +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/python/hyperstreamdb/embeddings.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/rust-toolchain.toml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/.bloop/bloop.settings.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/.bloop/spark-hyperstream-test.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/.bloop/spark-hyperstream.json +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/pom.xml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/DefaultSource.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamMergeBuilder.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamPositionDeltaWrite.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamPositionDeltaWriterFactory.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamRowLevelOperation.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamScanBuilder.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamTable.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/HyperStreamWriteBuilder.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/scala/com/hyperstreamdb/spark/jni/HyperStreamJNIBridge.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-3/com/hyperstreamdb/spark/HyperStreamCatalog.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-3/com/hyperstreamdb/spark/procedures/AddIndexProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-3/com/hyperstreamdb/spark/procedures/BuildIndexProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-3/com/hyperstreamdb/spark/procedures/SetPrimaryKeyProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-4/com/hyperstreamdb/spark/HyperStreamCatalog.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-4/com/hyperstreamdb/spark/procedures/AddIndexProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-4/com/hyperstreamdb/spark/procedures/BuildIndexProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/main/spark-4/com/hyperstreamdb/spark/procedures/SetPrimaryKeyProcedure.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/spark-hyperstream/src/test/scala/com/hyperstreamdb/spark/SparkMergeIntegrationTest.scala +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/gateway.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/hdb.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/hyperstreamdb-admin.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/probe_datafusion.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/setup_test_data.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/bin/verify_layered_indexing.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/config.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/glue.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/hive.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/jdbc.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/nessie.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/catalog/unity.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/embeddings.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/delete.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/iceberg_delete.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/manifest.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/schema.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/transform.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/types.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/value.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/iceberg/writer.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/cosine_distance.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/hamming_distance.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/inner_product.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/jaccard_distance.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/kmeans_assignment.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/l1_distance.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/cuda/l2_distance.cu +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/annhdf5.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/api.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/dist.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/flatten.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/prelude.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/hnsw_rs/test.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/memory.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/cosine_distance.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/hamming_distance.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/inner_product.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/jaccard_distance.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/kmeans_assignment.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/l1_distance.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/mps/l2_distance.metal +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/cosine_distance.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/hamming_distance.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/inner_product.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/jaccard_distance.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/kmeans_assignment.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/l1_distance.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/opencl/l2_distance.cl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/pq.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/turboquant.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/index/wgpu_kernel.wgsl +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/license.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/manager/load.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/manager/partition.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/manager/schema.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/manifest/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/merge.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/metadata.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/nessie.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/planner/filter.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/planner/vector_search.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/puffin.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/search/rrf.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/literal/binary.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/literal/dense.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/literal/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/literal/sparse.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/index_join.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer/vector_search/plan_detection.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/optimizer.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/pgvector_rewriter.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/physical_plan/index_join.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/udf/aggregate.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/udf/distance.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/udf/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/udf/sparse.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/udf/transform.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_literal.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_operators.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf/distance.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf/sparse.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/sql/vector_udf.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/storage.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/core/telemetry.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/enterprise/continuous_indexing.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/enterprise/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/glue.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/hive.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/jdbc.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/nessie.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/rest.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/catalog/unity.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/helpers.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/manifest.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/schema.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/session.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python/stats.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python_distance.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/python_gpu_context.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/telemetry/metrics.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/telemetry/mod.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/src/telemetry/tracing.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/all_types_index_test.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/bin/generate_iceberg_manifests.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/bin/verify_iceberg_read_check.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/data/download_nyc_taxi.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/data/generate_embeddings.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/data/generate_wikipedia.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/data/start_nessie.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/datafusion_rust_test.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/gpu_test_helpers.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/performance/README.md +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/python/verify_docstrings.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/python/verify_fluent_api.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/python/verify_unified_ingest.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/schema_evolution_test.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/stability.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_admin_cli.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_all_algos.py +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_catalog_commit.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_compliance.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_delete_correctness.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_python_delete.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_rest.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_rest_create.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_rest_delete.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_rest_remove_index.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_iceberg_rest_update.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_metadata_creation.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_mor_reads.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_mor_writes.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_partition_transforms.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_partitioned_writes.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_puffin_index.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_rest_updates.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/tests/verify_schema_compat.rs +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/.DS_Store +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/glue_catalog.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/hyperstreamdb.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/iceberg.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/iceberg_hive.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/memory.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/catalog/postgres.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/config.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/entrypoint.sh +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/jvm.config +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config/node.properties +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-config.zip +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/pom.xml +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBColumnHandle.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBConnectorFactory.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBJNIBridge.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSourceProvider.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPlugin.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplit.java +0 -0
- {hyperstreamdb-0.5.5 → hyperstreamdb-0.7.1}/trino-hyperstream/src/test/java/com/hyperstreamdb/trino/TrinoConnectorTest.java +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Cargo Audit Configuration
|
|
2
|
+
# https://github.com/rustsec/rustsec/tree/main/cargo-audit
|
|
3
|
+
|
|
4
|
+
[advisories]
|
|
5
|
+
ignore = [
|
|
6
|
+
# Transitive dependencies & existing ignores
|
|
7
|
+
"RUSTSEC-2026-0104", # rustls-webpki: CRL panic
|
|
8
|
+
"RUSTSEC-2026-0099", # rustls-webpki: wildcard name constraints
|
|
9
|
+
"RUSTSEC-2026-0098", # rustls-webpki: URI name constraints
|
|
10
|
+
"RUSTSEC-2026-0097", # rand: unsound with custom logger
|
|
11
|
+
"RUSTSEC-2024-0437", # protobuf: uncontrolled recursion
|
|
12
|
+
"RUSTSEC-2026-0177", # pyo3: missing Sync bound
|
|
13
|
+
"RUSTSEC-2026-0176", # pyo3: out-of-bounds read in iterator
|
|
14
|
+
"RUSTSEC-2023-0071", # rsa: Marvin attack
|
|
15
|
+
"RUSTSEC-2026-0258", # h2: unbounded empty DATA frames
|
|
16
|
+
"RUSTSEC-2026-0195", # quick-xml: unbounded namespace allocation
|
|
17
|
+
"RUSTSEC-2026-0194", # quick-xml: quadratic run time in duplicate attribute check
|
|
18
|
+
"RUSTSEC-2025-0134", # rustls-pemfile: unmaintained advisory
|
|
19
|
+
"RUSTSEC-2026-0190", # anyhow: Error::downcast_mut unsoundness
|
|
20
|
+
"RUSTSEC-2026-0221", # event-listener: !Send tags across thread boundaries
|
|
21
|
+
"RUSTSEC-2026-0204", # crossbeam-epoch: pointer dereference
|
|
22
|
+
"RUSTSEC-2026-0234", # rkyv: hash table out of bounds
|
|
23
|
+
"RUSTSEC-2026-0233", # rkyv: use-after-free
|
|
24
|
+
"RUSTSEC-2026-0235", # rkyv: Rc/Arc out of bounds
|
|
25
|
+
]
|
|
@@ -39,8 +39,6 @@ _metadata/
|
|
|
39
39
|
.maven/
|
|
40
40
|
|
|
41
41
|
# Compiled native binaries
|
|
42
|
-
fuzz_murmur3
|
|
43
|
-
debug_murmur3
|
|
44
42
|
test_pgvector_sql_integration
|
|
45
43
|
|
|
46
44
|
# Test database directories
|
|
@@ -109,3 +107,26 @@ news_db/
|
|
|
109
107
|
venv_demo/
|
|
110
108
|
.env
|
|
111
109
|
|
|
110
|
+
COMMERCIALIZATION_STRATEGY.md
|
|
111
|
+
business_plan*
|
|
112
|
+
business_plan/
|
|
113
|
+
|
|
114
|
+
# Benchmark scratch & local test artifacts
|
|
115
|
+
benchmarks/competitive/data/
|
|
116
|
+
docker/data/
|
|
117
|
+
hsdbg_bench_data/
|
|
118
|
+
measure_disk.py
|
|
119
|
+
parse_dhat.py
|
|
120
|
+
populate.py
|
|
121
|
+
run_*.sh
|
|
122
|
+
test_bench.sh
|
|
123
|
+
bench_*.py
|
|
124
|
+
run_benchmark.py
|
|
125
|
+
*.pid
|
|
126
|
+
*.patch
|
|
127
|
+
dhat-heap.json
|
|
128
|
+
test_bm25*
|
|
129
|
+
*_output.txt
|
|
130
|
+
mem_report.txt
|
|
131
|
+
benchmark_raw.json
|
|
132
|
+
docs/roo_task_*.md
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Benchmark Findings — `hypersearch` vs OpenSearch 2.11 (100k docs)
|
|
2
|
+
|
|
3
|
+
This document summarizes the 100k document scaling benchmark comparing the `hypersearch` REST server against a single-node OpenSearch 2.11 instance. Both instances were strictly constrained via Docker to **4 CPU cores** and **4GB of RAM**. They ingested a stream of 100,000 documents (64-dimensional embeddings, Wikipedia text payload).
|
|
4
|
+
|
|
5
|
+
## Results — (100k docs, dim 64, 100 runs)
|
|
6
|
+
|
|
7
|
+
| Operation | HyperStreamDB p50 | HyperStreamDB p99 | OpenSearch 2.11 p50 | OpenSearch 2.11 p99 |
|
|
8
|
+
|-----------|-------------------|-------------------|---------------------|---------------------|
|
|
9
|
+
| Ingest (docs/s) | 4,419 | — | **7,510** | — |
|
|
10
|
+
| `match` BM25 (ms)* | 3.96 | 4.75 | **2.91** | **4.33** |
|
|
11
|
+
| Filtered `match`* | 5.17 | 5.35 | **3.23** | **4.45** |
|
|
12
|
+
| `knn` HNSW (ms) | **1.94** | **4.26** | 4.29 | 62.58 |
|
|
13
|
+
|
|
14
|
+
*\* BM25 and Filtered stats carried over from previous unconstrained benchmark runs.*
|
|
15
|
+
|
|
16
|
+
## Findings
|
|
17
|
+
|
|
18
|
+
1. **Vector Query Latency (kNN)**: **HyperStreamDB is now strictly faster and significantly more stable than OpenSearch.** Thanks to our new Hot Row Cache (bypassing disk I/O on scattered row fetches), HyperStreamDB achieves an incredible p50 of ~1.94ms compared to OpenSearch's ~4.29ms. More importantly, HyperStreamDB completely eliminates the tail-latency spikes that plague OpenSearch under tight memory constraints (p99 of 4.26ms vs 62.58ms).
|
|
19
|
+
2. **Ingest Throughput**: OpenSearch achieves higher ingestion throughput (8,295 docs/s vs 4,535 docs/s). OpenSearch defers heavy HNSW graph operations to background merges (`refresh_interval`), while HyperStreamDB's `hnsw_rs` builds its graph synchronously in the hot path.
|
|
20
|
+
3. **Memory Safety**: HyperStreamDB successfully loaded all 100,000 vectors within the 4GB hard container limit without OOM crashing.
|
|
21
|
+
4. **Keyword and Filtered Search (BM25)**: HyperStreamDB remains highly competitive with OpenSearch for standard keyword search, answering within 3-5ms.
|
|
22
|
+
|
|
23
|
+
## Total Time & Disk Usage Analysis
|
|
24
|
+
|
|
25
|
+
### Disk Usage & Data Duplication (Zero Data Duplication)
|
|
26
|
+
When calculating disk usage and operational overhead, we must account for the architectural differences. OpenSearch is a secondary search engine. This means you must store your data in your primary database or Data Lake (e.g., S3/Parquet), **and** then pump a complete duplicated copy into OpenSearch's Lucene indices.
|
|
27
|
+
|
|
28
|
+
HyperStreamDB **is** the Data Lake. It natively serves the Parquet files and simply attaches `.hnsw` index sidecars to them. You do not need a separate data lake when using HyperStreamDB.
|
|
29
|
+
|
|
30
|
+
For our 100,000 vector benchmark (64-dimensional float32 arrays), the pure raw data payload is exactly 25.6 MB. Here is the true disk footprint required:
|
|
31
|
+
|
|
32
|
+
- **HyperStreamDB Total Storage Required**: **~26.0 MB**
|
|
33
|
+
- *Why?* HyperStreamDB writes the raw vectors directly into a compressed Parquet file and builds lightweight `.hnsw` sidecars. Because HyperStreamDB *is* the data lake, this is the total operational disk footprint.
|
|
34
|
+
- **OpenSearch Total Storage Required**: **~185.4 MB**
|
|
35
|
+
- *Why?* You must keep the original 25.6 MB data lake payload, plus the heavily amplified OpenSearch Lucene Index (159.84 MB) required to serve the vectors.
|
|
36
|
+
|
|
37
|
+
**Conclusion**: OpenSearch requires **7x more disk space** because it amplifies the data through Lucene HNSW graph copies and forces you to maintain a separate primary data lake. HyperStreamDB eliminates the separate data lake and serves searches directly from the compressed source of truth.
|
|
38
|
+
|
|
39
|
+
### Cold Start & Restart Penalties
|
|
40
|
+
Another massive architectural advantage is cold-start performance. When OpenSearch restarts, the JVM must boot up, re-join the cluster, replay translogs, and load the Lucene HNSW structures into memory before it can answer queries.
|
|
41
|
+
|
|
42
|
+
HyperStreamDB is stateless. It points directly to the data lake, memory maps the native Parquet and `.hnsw` sidecar files directly from the OS page cache, and can begin answering queries almost instantly with near-zero cold start penalty.
|
|
43
|
+
|
|
44
|
+
## Next Steps
|
|
45
|
+
For the 1M document benchmark or v0.8.0, the primary engineering focus must be on optimizing the `_bulk` insert pathway to improve ingestion throughput (e.g., buffering documents in memory and flushing asynchronously via a Write-Ahead Log to remove the synchronous index building bottleneck).
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Benchmark Findings — `hypersearch` vs OpenSearch 2.11 (1M docs)
|
|
2
|
+
|
|
3
|
+
This document summarizes the 1M document scaling benchmark comparing the `hypersearch` REST server against a single-node OpenSearch 2.11 instance. Both instances were strictly constrained via Docker to **4 CPU cores** and **4GB of RAM**. They ingested a stream of 1,000,000 documents (64-dimensional embeddings, Wikipedia text payload).
|
|
4
|
+
|
|
5
|
+
## Results — (1M docs, dim 64, 100 runs)
|
|
6
|
+
|
|
7
|
+
| Operation | HyperStreamDB p50 | HyperStreamDB p99 | OpenSearch 2.11 p50 | OpenSearch 2.11 p99 |
|
|
8
|
+
|-----------|-------------------|-------------------|---------------------|---------------------|
|
|
9
|
+
| Ingest (docs/s) | 4,613 | — | **9,221** | — |
|
|
10
|
+
| `knn` HNSW (ms) | **1.91** | **3.74** | 8.26 | 478.77 |
|
|
11
|
+
|
|
12
|
+
## Findings
|
|
13
|
+
|
|
14
|
+
1. **Catastrophic Tail Latency in OpenSearch**: At 1,000,000 documents under 4GB of RAM, OpenSearch begins to heavily thrash. While its median latency degraded to ~8.2ms, its **p99 latency skyrocketed to 478.77ms** (nearly half a second) due to massive JVM Garbage Collection pauses and Lucene segment merging.
|
|
15
|
+
2. **HyperStreamDB Ironclad Stability**: Even at 10x the scale, HyperStreamDB's query latency remained **completely flat**. Thanks to the Hot Row Cache bypassing disk I/O, HyperStreamDB achieved a blistering **1.91ms p50** and an ultra-stable **3.74ms p99**.
|
|
16
|
+
3. **Ingest Throughput**: OpenSearch achieves roughly double the ingestion throughput (~9.2k docs/s vs ~4.6k docs/s) because it defers the heavy HNSW graph operations to background merges, while HyperStreamDB builds its graph synchronously in the hot path.
|
|
17
|
+
|
|
18
|
+
## Total Time & Disk Usage Analysis
|
|
19
|
+
|
|
20
|
+
### Disk Usage & Data Duplication (Zero Data Duplication)
|
|
21
|
+
When calculating disk usage and operational overhead, we must account for the architectural differences. OpenSearch is a secondary search engine. This means you must store your data in your primary database or Data Lake (e.g., S3/Parquet), **and** then pump a complete duplicated copy into OpenSearch's Lucene indices.
|
|
22
|
+
|
|
23
|
+
HyperStreamDB **is** the Data Lake. It natively serves the Parquet files and simply attaches `.hnsw` index sidecars to them. You do not need a separate data lake when using HyperStreamDB.
|
|
24
|
+
|
|
25
|
+
For our 1,000,000 vector benchmark (64-dimensional float32 arrays), the pure raw data payload is exactly 256 MB. Here is the true disk footprint required:
|
|
26
|
+
|
|
27
|
+
- **HyperStreamDB Total Storage Required**: **~280 MB**
|
|
28
|
+
- *Why?* HyperStreamDB writes the raw vectors directly into a compressed Parquet file and builds lightweight `.hnsw` sidecars. Because HyperStreamDB *is* the data lake, this is the total operational disk footprint.
|
|
29
|
+
- **OpenSearch Total Storage Required**: **~1,852 MB (1.85 GB)**
|
|
30
|
+
- *Why?* You must keep the original 256 MB data lake payload, plus the heavily amplified OpenSearch Lucene Index (1,596.59 MB) required to serve the vectors.
|
|
31
|
+
|
|
32
|
+
**Conclusion**: At 1M documents, OpenSearch requires **6.6x more disk space** because it amplifies the data through Lucene HNSW graph copies and forces you to maintain a separate primary data lake. HyperStreamDB completely eliminates the separate data lake and serves searches directly from the compressed source of truth.
|
|
33
|
+
|
|
34
|
+
### Cold Start & Restart Penalties
|
|
35
|
+
Another massive architectural advantage is cold-start performance. When OpenSearch restarts, the JVM must boot up, re-join the cluster, replay translogs, and load the 1.6GB Lucene HNSW structures into memory before it can answer queries.
|
|
36
|
+
|
|
37
|
+
HyperStreamDB is stateless. It points directly to the data lake, memory maps the native Parquet and `.hnsw` sidecar files directly from the OS page cache, and can begin answering queries almost instantly with near-zero cold start penalty.
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Benchmark Findings — `hypersearch` vs Elasticsearch 7.10.2
|
|
2
|
+
|
|
3
|
+
Step 4.2 of the OpenSearch/ES integration plan. Compares the `hypersearch`
|
|
4
|
+
REST server against a single-node Elasticsearch 7.10.2 (Docker, security
|
|
5
|
+
disabled, 1 shard / 0 replicas, refresh disabled during ingest, default 1 GiB
|
|
6
|
+
JVM heap), feeding both the **same document stream** (one document per HTTP
|
|
7
|
+
POST) on the same host.
|
|
8
|
+
|
|
9
|
+
- **Tool:** [`benchmarks/competitive/benchmark_es710.py`](benchmarks/competitive/benchmark_es710.py)
|
|
10
|
+
- **Raw results:** `benchmarks/competitive/benchmark_results/es710_hypersearch_*.json` / `.md`
|
|
11
|
+
|
|
12
|
+
## How to run
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
# From the repo root, after building the binary:
|
|
16
|
+
cargo build -p hyperstreamdb-search --bin hypersearch
|
|
17
|
+
|
|
18
|
+
# Quick validation run (200 docs, 20 query runs, dim 32) — the M4 gate:
|
|
19
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --quick
|
|
20
|
+
|
|
21
|
+
# Full target runs (spec Step 4.2):
|
|
22
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --size 100000 --runs 100
|
|
23
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --size 1000000 --runs 100
|
|
24
|
+
|
|
25
|
+
# hypersearch-only (no ES) or keep the ES container for inspection:
|
|
26
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --skip-es
|
|
27
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --keep-es
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
The ES 7.10.2 image (`docker.elastic.co/elasticsearch/elasticsearch:7.10.2`,
|
|
31
|
+
~814 MB) is pulled on first run.
|
|
32
|
+
|
|
33
|
+
## Results — quick run (200 docs, dim 32, 20 runs)
|
|
34
|
+
|
|
35
|
+
| Operation | HyperStreamDB p50 | HyperStreamDB p95 | ES 7.10.2 p50 | ES 7.10.2 p95 |
|
|
36
|
+
|-----------|-------------------|-------------------|---------------|---------------|
|
|
37
|
+
| Ingest (docs/s) | **879** | — | 221 | — |
|
|
38
|
+
| Refresh (ms) | 19,560 | — | **46** | — |
|
|
39
|
+
| `match` BM25 (ms) | 86.1 | 100.4 | **3.3** | 4.8 |
|
|
40
|
+
| Filtered `match`+`term` (ms) | 106.5 | 120.1 | **2.6** | 2.9 |
|
|
41
|
+
| `knn` HNSW (ms) | 85.6 | 89.0 | n/a¹ | n/a¹ |
|
|
42
|
+
| Hybrid `match`+`knn` (ms) | 101.5 | 109.3 | n/a¹ | n/a¹ |
|
|
43
|
+
|
|
44
|
+
¹ ES 7.10 has no `dense_vector` type, so `knn` and hybrid are hypersearch-only.
|
|
45
|
+
|
|
46
|
+
## Findings
|
|
47
|
+
|
|
48
|
+
1. **Search latency is within the target envelope.** Hypersearch query
|
|
49
|
+
latencies (86–120 ms p95) fall inside the plan's **50–200 ms** target for
|
|
50
|
+
website/document search. This is the intended operating point.
|
|
51
|
+
|
|
52
|
+
2. **ES is far faster on search — by design.** ES 7.10 answers in 3–6 ms
|
|
53
|
+
because it pins segments in memory (sub-millisecond, JVM heap + hot SSD).
|
|
54
|
+
Hypersearch trades that latency for an object-storage-native, scale-to-zero
|
|
55
|
+
model. This is the core positioning trade-off, not a regression.
|
|
56
|
+
|
|
57
|
+
3. **Ingest throughput favors hypersearch** (879 vs 221 docs/s) for single-doc
|
|
58
|
+
POSTs, because writes land in the memtable + WAL immediately. (The
|
|
59
|
+
`_bulk` endpoint, added in M3, improves this further for batch ingestion.)
|
|
60
|
+
|
|
61
|
+
4. **Refresh (index build) is the one-time cost.** Hypersearch's refresh
|
|
62
|
+
(19.5 s for 200 docs) includes building the BM25 inverted index + HNSW
|
|
63
|
+
vector index and committing the manifest/Iceberg metadata; ES's refresh
|
|
64
|
+
(46 ms) only flushes the translog. As document count grows, hypersearch's
|
|
65
|
+
per-refresh index build grows too — this is the main area to optimize
|
|
66
|
+
(incremental index builds, background/async indexing, and the on-demand
|
|
67
|
+
index-file cache) before the 100k/1M runs.
|
|
68
|
+
|
|
69
|
+
5. **`knn` and hybrid are differentiators.** ES 7.10 cannot do native vector
|
|
70
|
+
search; hypersearch serves `knn` and RRF-fused hybrid in the same 50–200 ms
|
|
71
|
+
envelope with no extra infrastructure.
|
|
72
|
+
|
|
73
|
+
## Next steps (100k / 1M)
|
|
74
|
+
|
|
75
|
+
The quick run validates the pipeline end-to-end (the M4 gate). The full
|
|
76
|
+
100k/1M runs are long-running (ingest alone is ~20 min for 1M docs at the
|
|
77
|
+
observed hypersearch rate, ~75 min for ES, plus index builds and query runs)
|
|
78
|
+
and should be run on a dedicated host:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --size 100000 --runs 100
|
|
82
|
+
./venv/bin/python benchmarks/competitive/benchmark_es710.py --size 1000000 --runs 100
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
The S3/MinIO variant (spec: "local FS, then S3 via MinIO") sets
|
|
86
|
+
`HYPERSEARCH_STORAGE_URI=s3://<bucket>/search` with a running MinIO and the
|
|
87
|
+
same commands; the on-demand index-file cache
|
|
88
|
+
([`hyperstreamdb-search/src/index_cache.rs`](hyperstreamdb-search/src/index_cache.rs))
|
|
89
|
+
is what makes the S3 path viable at scale.
|
|
@@ -9,6 +9,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
+
## [0.7.0] - 2026-09-10
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- **Multi-Vector Search & Reciprocal Rank Fusion (RRF)**:
|
|
16
|
+
- Coordinate multi-vector search queries across multiple vector columns (e.g., `title_vec` and `body_vec`) using reciprocal rank fusion ($1 / (k + \text{rank} + 1)$).
|
|
17
|
+
- DataFusion SQL physical plan optimization and optimizer pushdown for multi-vector expressions (`dist_l2(col1, ...) as dist1, dist_l2(col2, ...) as dist2`).
|
|
18
|
+
- Added programmatic and SQL end-to-end integration tests in `tests/test_multi_vector_search.rs`.
|
|
19
|
+
- **Composite Scalar Roaring Bitmap Indexes (`IndexAlgorithm::CompositeBitmap`)**:
|
|
20
|
+
- Multi-column point and range query acceleration using combined composite inverted bitmap indexes.
|
|
21
|
+
- Virtual composite column naming and tokenization using exact `"identity"` tokenization to preserve multi-column key terms (`val1\0val2`).
|
|
22
|
+
- Fluent table API `table.add_composite_index(name, columns)` and filter rewriting.
|
|
23
|
+
- Added end-to-end integration tests in `tests/test_composite_index.rs`.
|
|
24
|
+
- **Apache Polaris & Lakekeeper Iceberg REST Catalog OAuth2 Client Credentials**:
|
|
25
|
+
- Implemented standard `/v1/oauth/tokens` client credentials grant flow for Iceberg REST catalogs.
|
|
26
|
+
- Added token caching with automatic expiry tracking and refresh within 60-second window.
|
|
27
|
+
- Injected `Authorization: Bearer <token>` across all REST catalog requests (`load_table`, `create_table`, `commit_table`).
|
|
28
|
+
- **Core Community TurboQuant™ (TQ4 / TQ8) Scalar Quantization**:
|
|
29
|
+
- Polar Quantization (PQ) and TurboQuant 4-bit / 8-bit quantized HNSW vector index algorithms integrated into open-source core engine.
|
|
30
|
+
- **Production Hardening & Correctness Enhancements**:
|
|
31
|
+
- **Vector Metric Propagation**: Dynamic metric parsing (`VectorMetric::from_str`) and propagation from `IndexAlgorithm` (`L2`, `Cosine`, `InnerProduct`, `L1`, `Hamming`, `Jaccard`) through index construction and Puffin/Parquet serialization.
|
|
32
|
+
- **Global KNN Ordering**: Refactored `merge_and_rerank_vector_results` to guarantee monotonic ascending distance order across all returned batches without unordered `HashMap` bucketing.
|
|
33
|
+
- **Metric Parity Test Suite**: Added `tests/test_vector_metrics_parity.rs` establishing 100% nearest-neighbor accuracy against exact brute force ground truth across all 6 metrics.
|
|
34
|
+
- **Strict Query Execution Semantics**: Segment vector search failures now fail the query immediately with actionable diagnostics rather than silently omitting rows.
|
|
35
|
+
- **Zero-Warning Standard**: Eliminated diagnostic `println!` statements in favor of structured `tracing::debug!`, resolved all clippy compiler warnings with `#![deny(warnings)]`.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## [0.6.0] - 2026-09-09
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
- **Multi-Protocol Gateway Ecosystem**:
|
|
43
|
+
- **`hyperstreamdb-search` Service (`hypersearch` binary)**: Dual Elasticsearch 7.10 (Port 9200) and Qdrant (Port 6333) compatible REST APIs over HyperStreamDB tables.
|
|
44
|
+
- Elasticsearch 7.10 API: Full document CRUD (`POST /{index}/_doc`), hybrid search (`POST /{index}/_search` with BM25 + HNSW kNN + Reciprocal Rank Fusion), index management (`PUT /{index}`, `POST /{index}/_refresh`), and cluster health (`GET /_cluster/health`).
|
|
45
|
+
- Qdrant REST API: Collection management (`/collections/{name}`), point upsert/retrieval (`/collections/{name}/points`), and vector search (`/collections/{name}/points/search`).
|
|
46
|
+
- Prometheus metrics exporter on `/metrics` (Port 9090).
|
|
47
|
+
- **`hyperstreamdb-flight` Gateway Service**: Native Arrow Flight SQL gRPC gateway (Port 50051) enabling zero-copy analytics for DuckDB, Polars, Apache Spark, and JDBC/ODBC BI tools via standard Flight SQL/ADBC.
|
|
48
|
+
- **Multi-Flavor GPU Acceleration & Hardware Auto-Detection**:
|
|
49
|
+
- Optional GPU acceleration exposed across `hyperstreamdb-search` and `hyperstreamdb-flight` via `cuda`, `wgpu`, `rocm`, `intel`, and `all-gpu` feature flags.
|
|
50
|
+
- Runtime device selection via `HYPERSEARCH_DEVICE=auto|cuda[:N]|rocm[:N]|intel[:N]|mps|cpu`.
|
|
51
|
+
- Active compute backend (`compute` block) exposed in `GET /` cluster info and `GET /_cluster/stats`.
|
|
52
|
+
- `docker/Dockerfile.gpu`: Multi-flavor GPU container image with CUDA 12 runtime, NVRTC JIT compilation, and Vulkan/Mesa drivers for AMD Radeon and Intel Arc.
|
|
53
|
+
- `docker/docker-compose.gpu.yml`: Compose GPU override with hardware reservations and device pass-through.
|
|
54
|
+
- **Iceberg Compaction Resilience & Index Recovery**:
|
|
55
|
+
- `Table::recover_indexes_async(&self)` / `recover_indexes(&self)`: Re-indexes data files that are missing overlay index sidecars, recovering fast vector (HNSW) and keyword (BM25) search after external Iceberg tools (Spark `rewriteDataFiles`, Trino `OPTIMIZE`, PyIceberg) compact table data files.
|
|
56
|
+
- **Docker Container Infrastructure**:
|
|
57
|
+
- `hyperstreamdb/quickstart:latest`: Single all-in-one developer container running ES 7.10 (9200), Qdrant (6333), and Flight SQL (50051).
|
|
58
|
+
- `hyperstreamdb/search:latest`: Standalone production search microservice.
|
|
59
|
+
- `hyperstreamdb/flight:latest`: Standalone production Arrow Flight SQL microservice.
|
|
60
|
+
- `docker/docker-compose.quickstart.yml`: Single-command full stack with MinIO (S3), Project Nessie catalog, and HyperStreamDB.
|
|
61
|
+
- `docker-compose.production.yml`: Production multi-container configuration with health checks and resource limits.
|
|
62
|
+
- Okapi BM25 keyword scoring (tunable `k1`/`b`) with an English analyzer in the core engine; public `keyword_search_index` API.
|
|
63
|
+
- Smart hybrid trigger fusing keyword (BM25) and vector (HNSW) results via reciprocal rank fusion (RRF, k=60).
|
|
64
|
+
- Background segment index builds with `wait_for_background_tasks_async` for deterministic refresh semantics.
|
|
65
|
+
|
|
12
66
|
## [0.5.3] - 2026-06-21
|
|
13
67
|
|
|
14
68
|
### Added
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# HyperStreamDB Codebase Line Count & Test Analysis
|
|
2
|
+
|
|
3
|
+
*Generated: September 10, 2026*
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Executive Summary
|
|
8
|
+
|
|
9
|
+
| Metric | Count | Description |
|
|
10
|
+
|:---|---:|:---|
|
|
11
|
+
| **Total Source Lines of Code (SLOC)** | **73,185** | Executable lines of code across all source languages (excluding blanks & comments) |
|
|
12
|
+
| **Total Physical Lines** | **96,236** | Complete line count in source files (includes 10,709 comments & 12,342 blank lines) |
|
|
13
|
+
| **Total Tracked Source Files** | **433** | Source code files tracked in git (Rust, Python, Java, Scala, Shell, SQL, GPU shaders, Web) |
|
|
14
|
+
| **Pure Production Code** | **48,197 SLOC** | Production database engine, connectors, APIs, and shaders (excluding all tests) |
|
|
15
|
+
| **Total Test Code** | **20,652 SLOC** | All test code across integration suites, connector tests, and inline unit tests |
|
|
16
|
+
| **Test-to-Production Ratio** | **1 : 2.33** | Test code comprises **~30.0%** of all executable code in the repository |
|
|
17
|
+
| **Configuration & Manifests** | **1,540 SLOC** | TOML and YAML configurations (Cargo manifests, CI/CD workflows, Docker Compose) |
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 2. Breakdown by Programming Language
|
|
22
|
+
|
|
23
|
+
| Language | Files | SLOC (Code) | Comments & Docs | Blank Lines | Total Lines | % of Code |
|
|
24
|
+
|:---|---:|---:|---:|---:|---:|---:|
|
|
25
|
+
| **Rust** (`.rs`) | 232 | **57,448** | 7,084 | 8,024 | 72,556 | 78.50% |
|
|
26
|
+
| **Python** (`.py`) | 118 | **11,295** | 2,954 | 3,337 | 17,586 | 15.43% |
|
|
27
|
+
| **Shell** (`.sh`) | 17 | **862** | 179 | 197 | 1,238 | 1.18% |
|
|
28
|
+
| **CSS** (`.css`) | 1 | **668** | 15 | 110 | 793 | 0.91% |
|
|
29
|
+
| **Java** (`.java`) | 11 | **615** | 56 | 162 | 833 | 0.84% |
|
|
30
|
+
| **SQL** (`.sql`) | 8 | **557** | 97 | 125 | 779 | 0.76% |
|
|
31
|
+
| **Scala** (`.scala`) | 18 | **541** | 64 | 152 | 757 | 0.74% |
|
|
32
|
+
| **HTML** (`.html`) | 1 | **350** | 0 | 15 | 365 | 0.48% |
|
|
33
|
+
| **Dockerfile** | 4 | **248** | 72 | 73 | 393 | 0.34% |
|
|
34
|
+
| **CUDA** (`.cu`) | 8 | **235** | 135 | 64 | 434 | 0.32% |
|
|
35
|
+
| **Metal** (`.metal`) | 7 | **155** | 34 | 41 | 230 | 0.21% |
|
|
36
|
+
| **OpenCL** (`.cl`) | 7 | **134** | 13 | 31 | 178 | 0.18% |
|
|
37
|
+
| **WGSL** (`.wgsl`) | 1 | **77** | 6 | 11 | 94 | 0.11% |
|
|
38
|
+
| **TOTAL (Source Code)** | **433** | **73,185** | **10,709** | **12,342** | **96,236** | **100.0%** |
|
|
39
|
+
| *YAML / TOML Manifests* | *29* | *1,540* | *166* | *169* | *1,875* | — |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 3. Breakdown by Subsystem & Component
|
|
44
|
+
|
|
45
|
+
| Subsystem / Component | Files | SLOC (Code) | Comments | Blank | Total Lines | Primary Stack |
|
|
46
|
+
|:---|---:|---:|---:|---:|---:|:---|
|
|
47
|
+
| **Core Database Engine** (`src/`) | 169 | **45,356** | 5,748 | 6,193 | 57,297 | Rust, CUDA, Metal, OpenCL, WGSL |
|
|
48
|
+
| **Search Engine** (`hyperstreamdb-search/`) | 17 | **5,657** | 575 | 626 | 6,858 | Rust |
|
|
49
|
+
| **Arrow Flight Server** (`hyperstreamdb-flight/`) | 5 | **583** | 16 | 84 | 683 | Rust, Python |
|
|
50
|
+
| **Trino Connector** (`trino-hyperstream/`) | 11 | **615** | 56 | 162 | 833 | Java |
|
|
51
|
+
| **Spark Connector** (`spark-hyperstream/`) | 18 | **541** | 64 | 152 | 757 | Scala |
|
|
52
|
+
| **Python SDK & Client** (`python/`) | 2 | **506** | 251 | 142 | 899 | Python |
|
|
53
|
+
| **dbt Adapter** (`dbt-hyperstreamdb/`) | 13 | **444** | 29 | 105 | 578 | Python, SQL |
|
|
54
|
+
| **Enterprise Features** (`hyperstreamdb-enterprise/`) | 2 | **8** | 7 | 4 | 19 | Rust |
|
|
55
|
+
| **↳ Subtotal: Production Code** | **237** | **53,710** | **6,746** | **7,468** | **67,924** | |
|
|
56
|
+
| **Dedicated Test Suite** (`tests/`) | 156 | **13,940** | 2,885 | 3,586 | 20,411 | Python, Rust, Shell |
|
|
57
|
+
| **Benchmarks** (`benchmarks/`, `benches/`) | 8 | **1,830** | 272 | 410 | 2,512 | Python, Rust, Shell |
|
|
58
|
+
| **Build, CI, Docker & Admin Scripts** | 19 | **1,509** | 317 | 362 | 2,188 | Shell, Python, Dockerfile |
|
|
59
|
+
| **Examples & Demos** (`examples/`, `demo/`) | 10 | **1,127** | 452 | 378 | 1,957 | Python, Rust, SQL |
|
|
60
|
+
| **Marketing Site & Docs Scripts** | 3 | **1,069** | 37 | 138 | 1,244 | HTML, CSS, Python |
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## 4. Core Engine Architecture Breakdown (`src/`)
|
|
65
|
+
|
|
66
|
+
Within the core database engine (`src/`), the 45,356 lines of code are distributed as follows:
|
|
67
|
+
|
|
68
|
+
| Engine Subsystem | Files | SLOC (Code) | Total Lines | Description & Key Responsibilities |
|
|
69
|
+
|:---|---:|---:|---:|:---|
|
|
70
|
+
| **Vector & Inverted Indexing** (`src/core/index/`) | 47 | **9,727** | 12,136 | HNSW graph, IVF-PQ quantization, SIMD/GPU acceleration, Bloom filters |
|
|
71
|
+
| **SQL & DataFusion Engine** (`src/core/sql/`) | 32 | **7,500** | 9,380 | pgvector operators, custom dialects, physical expression pushdown |
|
|
72
|
+
| **Table Engine & Concurrency** (`src/core/table/`) | 10 | **6,662** | 8,387 | Table locks, segment lifecycles, streaming ingestion buffers |
|
|
73
|
+
| **Iceberg Integration** (`src/core/iceberg/`) | 9 | **2,742** | 3,111 | REST catalog client, v2/v3 spec, manifest parsing & commit protocol |
|
|
74
|
+
| **Parquet Readers** (`src/core/reader/`) | 4 | **2,721** | 3,240 | Vectorized Parquet reader, column projection, filter pushdown |
|
|
75
|
+
| **PyO3 Python Engine Bindings** (`src/python/`) | 15 | **2,446** | 2,958 | Python C-API bindings for Arrow tables, sessions, and catalog |
|
|
76
|
+
| **Manifests & Metadata** (`src/core/manifest/`, `metadata.rs`) | 8 | **2,278** | 2,726 | Avro metadata serialization, partition summary records |
|
|
77
|
+
| **Execution Planner & Query Engine** (`planner.rs`, `query.rs`) | 3 | **2,358** | 3,167 | Logical/physical plan optimization, hybrid vector/scalar scoring |
|
|
78
|
+
| **Catalog Implementations** (`src/core/catalog/`, `nessie.rs`) | 9 | **1,789** | 2,185 | Hive metastore, Nessie, Memory, and File system catalogs |
|
|
79
|
+
| **CLI Binaries & Tools** (`src/bin/`) | 6 | **1,401** | 1,658 | REST gateway, admin CLI, layered index verification tools |
|
|
80
|
+
| **WAL, Compaction, Cache & Storage** | 6 | **2,044** | 2,746 | Write-Ahead Log, segment compaction, block cache, cloud storage |
|
|
81
|
+
| **Telemetry & Error Handling** | 5 | **426** | 648 | OpenTelemetry metrics, distributed tracing, error types |
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 5. Comprehensive Test Suite Breakdown
|
|
86
|
+
|
|
87
|
+
Across all testing layers, HyperStreamDB contains **20,652 SLOC of test code**.
|
|
88
|
+
|
|
89
|
+
### A. Test Code Distribution
|
|
90
|
+
|
|
91
|
+
| Test Layer | Files | SLOC (Code) | Primary Languages | Focus |
|
|
92
|
+
|:---|---:|---:|:---|:---|
|
|
93
|
+
| **Dedicated Test Suite** (`tests/`) | 155 | **13,934** | Python (6.9k), Rust (6.5k), Shell (566) | E2E, integration, property & chaos tests |
|
|
94
|
+
| **Inline Unit Tests** (`#[cfg(test)]`) | 40 | **5,513** | Rust native | Embedded unit tests in `src/` and sub-crates |
|
|
95
|
+
| **Sub-crate & Connector Test Suites** | 11 | **1,205** | Python, Java, Scala, Rust, SQL | Trino, Spark, Search, Flight, and dbt tests |
|
|
96
|
+
| **TOTAL TEST CODE** | **206** | **20,652** | | |
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
### B. Dedicated Test Suite Breakdown by Domain (`tests/`)
|
|
101
|
+
|
|
102
|
+
The 155 test files inside the dedicated `tests/` directory target specific functionality:
|
|
103
|
+
|
|
104
|
+
#### 1. Vector Search & Hardware Acceleration (34 files | 4,158 SLOC)
|
|
105
|
+
- **Multi-Hardware Parity**: Cross-platform verification ensuring numerical and recall parity across backends:
|
|
106
|
+
- CUDA: `test_hyperstream_cuda.py`
|
|
107
|
+
- Apple Silicon Metal/MPS: `test_mps_gpu.py`
|
|
108
|
+
- Intel: `test_hyperstream_intel.py`
|
|
109
|
+
- AMD ROCm: `test_hyperstream_rocm.py`
|
|
110
|
+
- CPU SIMD: `test_hardware_parity.rs`
|
|
111
|
+
- **Distance Metric Kernels**: Correctness benchmarks and edge cases for L1, L2, Inner Product, Cosine, Hamming, and Jaccard distances.
|
|
112
|
+
- **Index Algorithms**: HNSW recall verification, layered index recovery, TurboQuant quantization, and GPU KMeans clustering.
|
|
113
|
+
|
|
114
|
+
#### 2. Data Ingestion, Schema Evolution & Partitioning (21 files | 2,105 SLOC)
|
|
115
|
+
- Partition transform validations (identity, bucket, truncate, hour/day transforms).
|
|
116
|
+
- Schema evolution compatibility across Iceberg metadata snapshots.
|
|
117
|
+
- Primary key acceleration, composite indexes, and write-buffer deduplication.
|
|
118
|
+
|
|
119
|
+
#### 3. Iceberg Format, REST Catalogs & Metadata (25 files | 1,876 SLOC)
|
|
120
|
+
- Iceberg v2/v3 specification compliance.
|
|
121
|
+
- Merge-on-Read (MOR) read and write workflows with equality/positional deletes.
|
|
122
|
+
- Puffin format index blob creation and attachment.
|
|
123
|
+
- REST catalog, AWS Glue, and Hive Metastore transaction commit verification.
|
|
124
|
+
|
|
125
|
+
#### 4. Performance Verification & Comparative Benchmarks (7 files | 981 SLOC)
|
|
126
|
+
- Direct comparison suites vs. Qdrant (`test_vs_qdrant.py`, `test_qdrant_direct_comparison.py`).
|
|
127
|
+
- Scan latency baselines, cold-read latency benchmarks, and parallel search scaling.
|
|
128
|
+
|
|
129
|
+
#### 5. Concurrency, WAL, Durability & Chaos (10 files | 837 SLOC)
|
|
130
|
+
- Multi-threaded writer contention and optimistic concurrency control.
|
|
131
|
+
- Chaos testing: simulated power losses during WAL flush, torn writes, crash recovery, and stale file cleanup.
|
|
132
|
+
|
|
133
|
+
#### 6. SQL Engine & DataFusion Pushdown (7 files | 492 SLOC)
|
|
134
|
+
- pgvector SQL operator semantics (`<->`, `<#>`, `<=>`).
|
|
135
|
+
- SQL UDF GPU acceleration and BM25 full-text pushdown.
|
|
136
|
+
- Complex aggregations, filtering, and ordering.
|
|
137
|
+
|
|
138
|
+
#### 7. Python PyO3 SDK & Integrations (15 files | 1,300 SLOC)
|
|
139
|
+
- Fluent client API verification, PyArrow schema consistency, docstrings, and export routines.
|
|
140
|
+
- Full real-world ingestion flows using NYC Taxi and Wikipedia datasets.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
### C. Inline Unit Tests Breakdown (`#[cfg(test)]` in `src/`)
|
|
145
|
+
|
|
146
|
+
Unit tests written directly alongside production Rust modules total **5,513 SLOC** across 40 files:
|
|
147
|
+
|
|
148
|
+
| Module / Component | Test Files | Unit Test SLOC | Production SLOC | Major Features Tested |
|
|
149
|
+
|:---|---:|---:|---:|:---|
|
|
150
|
+
| **SQL Engine** (`src/core/sql/`) | 9 | **1,840** | 1,827 | Literal parsers (1,269 lines), vector operators (257 lines), function evaluation |
|
|
151
|
+
| **Search Engine** (`hyperstreamdb-search/`) | 7 | **1,081** | 2,307 | Query inference (387 lines), search handlers (312 lines), index caching, state |
|
|
152
|
+
| **Vector Index** (`src/core/index/`) | 11 | **903** | 4,655 | HNSW IO serialization (220 lines), distance calculations, quantization |
|
|
153
|
+
| **Execution Planner & Query Engine** | 2 | **305** | 1,546 | Plan generation and scoring in `query.rs` (302 lines) |
|
|
154
|
+
| **Compaction & Table Merge** | 2 | **436** | 603 | Segment compaction (205 lines), merge conflict resolution (231 lines) |
|
|
155
|
+
| **WAL, Storage & Cache** | 3 | **474** | 634 | WAL replay (174 lines), block cache eviction (153 lines), storage backends (147 lines) |
|
|
156
|
+
| **Table, Reader & Segments** | 3 | **304** | 3,540 | Segment state machines, Parquet reader filtering, table lock semantics |
|
|
157
|
+
| **Catalog & Locking** | 3 | **170** | 607 | In-memory catalog commit logic, concurrency primitives |
|
|
158
|
+
| **TOTAL INLINE UNIT TESTS** | **40** | **5,513** | — | |
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
### D. Sub-crate & Connector Dedicated Tests
|
|
163
|
+
|
|
164
|
+
| Project / Sub-crate | File | SLOC | Total Lines | Purpose |
|
|
165
|
+
|:---|:---|---:|---:|:---|
|
|
166
|
+
| `hyperstreamdb-search` | `tests/test_search_api.py` | **589** | 775 | Python HTTP client testing hybrid search endpoints |
|
|
167
|
+
| `trino-hyperstream` | `src/test/.../TrinoConnectorTest.java` | **225** | 306 | Trino SPI split generation and predicate pushdown |
|
|
168
|
+
| `hyperstreamdb-flight` | `tests/test_flight_service.rs` | **113** | 134 | Native Rust Arrow Flight DoGet / DoPut integration |
|
|
169
|
+
| `hyperstreamdb-flight` | `tests/test_flight_client.py` | **26** | 40 | Python pyarrow.flight client verification |
|
|
170
|
+
| `scripts/manual_tests` | `test_multi_cloud.py` | **132** | 212 | S3, GCS, and Azure multi-cloud integration tests |
|
|
171
|
+
| `spark-hyperstream` | `src/test/.../SparkMergeIntegrationTest.scala` | **76** | 101 | Spark DataFrame write/merge integration |
|
|
172
|
+
| `dbt-hyperstreamdb` | `test_project/models/*.sql` | **38** | 43 | dbt incremental, macro, and vector models |
|
|
173
|
+
| Standalone | `test_bloom.rs` | **6** | 6 | Bloom filter false-positive verification |
|
|
174
|
+
| **TOTAL** | **11 files** | **1,205** | **1,617** | |
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## 6. Hardware Acceleration Shaders & Kernels
|
|
179
|
+
|
|
180
|
+
The core engine includes dedicated GPU and compute shaders across 4 vendor targets:
|
|
181
|
+
|
|
182
|
+
| Target Platform | File Extension | Files | SLOC (Code) | Total Lines | Implementations |
|
|
183
|
+
|:---|:---|---:|---:|---:|:---|
|
|
184
|
+
| **NVIDIA CUDA** | `.cu` | 8 | **235** | 434 | L2, Inner Product, Cosine, Hamming distance kernels |
|
|
185
|
+
| **Apple Metal** | `.metal` | 7 | **155** | 230 | MSL shaders for Apple Silicon MPS execution |
|
|
186
|
+
| **Khronos OpenCL** | `.cl` | 7 | **134** | 178 | Cross-vendor portable GPU compute kernels |
|
|
187
|
+
| **WebGPU / WGPU** | `.wgsl` | 1 | **77** | 94 | Cross-platform WGPU compute shader |
|
|
188
|
+
| **TOTAL GPU KERNELS** | | **23** | **601** | **936** | |
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## 7. Connectors & External Integrations
|
|
193
|
+
|
|
194
|
+
| Ecosystem Connector | Primary Language | Source Files | SLOC (Code) | Test SLOC | Target System |
|
|
195
|
+
|:---|:---|---:|---:|---:|:---|
|
|
196
|
+
| **Trino Connector** | Java | 11 | **615** | 225 | Trino / Presto distributed SQL engine |
|
|
197
|
+
| **Spark Connector** | Scala | 18 | **541** | 76 | Apache Spark 3.x DataSourceV2 connector |
|
|
198
|
+
| **Python Client / SDK** | Python | 2 | **506** | — | High-level user-facing Python SDK |
|
|
199
|
+
| **dbt Adapter** | Python + SQL | 13 | **444** | 38 | dbt plugin for analytics engineering |
|
|
200
|
+
| **Arrow Flight** | Rust + Python | 5 | **583** | 139 | High-performance Arrow Flight RPC service |
|
|
201
|
+
| **TOTAL CONNECTORS** | | **49** | **2,689** | **478** | |
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## 8. Methodology & Counting Standards
|
|
206
|
+
|
|
207
|
+
- **SLOC (Source Lines of Code)**: Measures actual executable code statements. Blank lines and comments (both single-line and multi-line blocks) are excluded.
|
|
208
|
+
- **Comments & Documentation**: Includes docstrings (`"""`), Rust doc comments (`///`, `//!`), and standard comments (`//`, `#`, `/* ... */`, `--`).
|
|
209
|
+
- **Inline Tests**: Rust unit test blocks demarcated by `#[cfg(test)] mod tests { ... }` within production source files were parsed, isolated, and categorized under test metrics rather than production metrics to present an accurate architectural distribution.
|
|
210
|
+
- **Excluded Non-Code Artifacts**: Build caches (`docs/build/`), test runner state (`.hypothesis/`), and Jupyter checkpoints (`.ipynb_checkpoints/`) were excluded from source metrics.
|