hyperstreamdb 0.1.2__tar.gz → 0.1.5__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.1.2 → hyperstreamdb-0.1.5}/.gitignore +5 -0
- hyperstreamdb-0.1.5/.instructions.md +67 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/Cargo.lock +19 -31
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/Cargo.toml +33 -8
- hyperstreamdb-0.1.5/DORIS_OPTIMIZATION_PATTERNS.md +604 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/PKG-INFO +4 -1
- hyperstreamdb-0.1.5/STEERING.md +37 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/THIRDPARTY_NOTICES.md +1 -1
- hyperstreamdb-0.1.5/build.rs +91 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/pyproject.toml +6 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/cache.rs +24 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/iceberg.rs +29 -10
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/distance.rs +32 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/gpu.rs +14 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/hnsw_ivf.rs +29 -30
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/annhdf5.rs +2 -2
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/api.rs +12 -12
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/dist.rs +7 -6
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/flatten.rs +5 -5
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/hnsw.rs +2 -2
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/hnswio.rs +14 -16
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/libext.rs +33 -33
- hyperstreamdb-0.1.2/vendor/hnsw_rs/src/lib.rs → hyperstreamdb-0.1.5/src/core/index/hnsw_rs/mod.rs +1 -6
- hyperstreamdb-0.1.5/src/core/index/hnsw_rs/prelude.rs +5 -0
- {hyperstreamdb-0.1.2/vendor/hnsw_rs/src → hyperstreamdb-0.1.5/src/core/index/hnsw_rs}/test.rs +2 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mod.rs +1 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/maintenance.rs +2 -16
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/manifest.rs +33 -21
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/metadata.rs +6 -1
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/planner.rs +163 -20
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/reader.rs +68 -36
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/segment.rs +120 -41
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/mod.rs +11 -19
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/optimizer.rs +367 -82
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/physical_plan.rs +9 -6
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/table.rs +152 -83
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/lib.rs +9 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/python_binding.rs +22 -2
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/python_gpu_context.rs +1 -1
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/verify_unified_ingest.py +3 -2
- hyperstreamdb-0.1.2/.github/workflows/release.yml +0 -279
- hyperstreamdb-0.1.2/.hypothesis/examples/033d249393293bc0/8e1e35c1a81e136d +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/049636c0c015cfc3/0ed63182b31492e2 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/049636c0c015cfc3/5ac252de8b508dc4 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/049636c0c015cfc3/c69672a5906e5344 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/049636c0c015cfc3/fc828d7b270e79f1 +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/033d249393293bc0 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/049636c0c015cfc3 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/05c52c9dbdefb039 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/0aa855aa286cc0d5 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/0e93d521ad8ef297 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/221ff8984f1afcd9 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/225f7f5440d9a2a1 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/2d4c1faa9e4a0819 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/36599888c1042a48 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/40704535438cf9f8 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/41be53cbad6e8d92 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/475ae2144fdf49f9 +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/4b0f3198ef3db3c2 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/59ae5c10cefe5c60 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/5ee4203c85e85823 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/6110d1d2476ad899 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/6fd0ebd83350bcd2 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/785f986097e422f8 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/7bf4a2cde59031b2 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/91242aa0c25004e0 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/9c035198139b2efc +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/a45fa4b659eeb9ab +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/a4f92d149856ac2c +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/b9d1eaf93992a2cc +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/cc4d031715368385 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/d4df3c831314ef07 +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/de17b168cfeb515b +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/e5367d5f12d2042b +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/f2f8bcbc32cab849 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/f84bb7f3b884e266 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/04e6b3400353b141/fd7b8d1c000fde7f +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/05c52c9dbdefb039/99d15f32aec985fb +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/5671237fbbf113b2 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/79c1573b2ffdb2ac +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/84cf5a51ba1787b1 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/a0cb613faedd9a04 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/a4b1fb408c11860f +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0aa855aa286cc0d5/f73051ec0a52ed7e +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/0e93d521ad8ef297/6723cf4071f8bc14 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/221ff8984f1afcd9/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/225f7f5440d9a2a1/5e50886300e01e9d +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/2d4c1faa9e4a0819/99d15f32aec985fb +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/36599888c1042a48/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/40704535438cf9f8/8e72e999906e69af +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/41be53cbad6e8d92/3271a1944fa17f81 +0 -3
- hyperstreamdb-0.1.2/.hypothesis/examples/41be53cbad6e8d92/bb49a0bb4dc1adbf +0 -3
- hyperstreamdb-0.1.2/.hypothesis/examples/475ae2144fdf49f9/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/4b0f3198ef3db3c2/50d4726de6ad1864 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/59ae5c10cefe5c60/c1f4a115e99a62f7 +0 -1
- hyperstreamdb-0.1.2/.hypothesis/examples/5ee4203c85e85823/8e1e35c1a81e136d +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/6110d1d2476ad899/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/6fd0ebd83350bcd2/2fa72292e7a6b8bc +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/6fd0ebd83350bcd2/39e0e4d93040eb1c +0 -2
- hyperstreamdb-0.1.2/.hypothesis/examples/6fd0ebd83350bcd2/a53f8d859d899871 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/785f986097e422f8/99d15f32aec985fb +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/7bf4a2cde59031b2/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/91242aa0c25004e0/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/9c035198139b2efc/5e50886300e01e9d +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/a45fa4b659eeb9ab/563ec4e1d08d4158 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/a4f92d149856ac2c/5e50886300e01e9d +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/b9d1eaf93992a2cc/e8bbe1e1d0cd639c +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/cc4d031715368385/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/d4df3c831314ef07/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/de17b168cfeb515b/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/e5367d5f12d2042b/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/f2f8bcbc32cab849/fe081ddaa3a9a31b +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/f84bb7f3b884e266/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/.hypothesis/examples/fd7b8d1c000fde7f/0cf5cb1ae98c56d8 +0 -0
- hyperstreamdb-0.1.2/benchmarks/competitive/benchmark_results/benchmark_charts.png +0 -0
- hyperstreamdb-0.1.2/benchmarks/competitive/benchmark_results/benchmark_results.csv +0 -7
- hyperstreamdb-0.1.2/benchmarks/competitive/benchmark_suite.py +0 -662
- hyperstreamdb-0.1.2/benchmarks/competitive/requirements.txt +0 -19
- hyperstreamdb-0.1.2/benchmarks/competitive/run_benchmarks.sh +0 -82
- hyperstreamdb-0.1.2/benchmarks/profile_ingest.py +0 -254
- hyperstreamdb-0.1.2/build.rs +0 -43
- hyperstreamdb-0.1.2/demo/.ipynb_checkpoints/01_installation_and_basics-checkpoint.ipynb +0 -198
- hyperstreamdb-0.1.2/demo/01_basics.py +0 -106
- hyperstreamdb-0.1.2/demo/01_installation_and_basics.ipynb +0 -719
- hyperstreamdb-0.1.2/demo/02_rag_pipeline.ipynb +0 -538
- hyperstreamdb-0.1.2/demo/02_rag_pipeline.py +0 -117
- hyperstreamdb-0.1.2/demo/news_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/demo/news_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/demo/rag_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/demo/rag_db/metadata/v10.metadata.json +0 -1
- hyperstreamdb-0.1.2/demo/rag_db/metadata/v4.metadata.json +0 -1
- hyperstreamdb-0.1.2/demo/rag_db/metadata/v7.metadata.json +0 -1
- hyperstreamdb-0.1.2/demo/rag_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/demo/rag_hf_demo.py +0 -84
- hyperstreamdb-0.1.2/demo/requirements.txt +0 -30
- hyperstreamdb-0.1.2/demo/verify_explain.py +0 -59
- hyperstreamdb-0.1.2/docker/trino/catalog/hyperstreamdb.properties +0 -5
- hyperstreamdb-0.1.2/docker/trino/catalog/iceberg.properties +0 -12
- hyperstreamdb-0.1.2/examples/catalog_usage.rs +0 -51
- hyperstreamdb-0.1.2/examples/configs/glue.toml +0 -6
- hyperstreamdb-0.1.2/examples/configs/hive.toml +0 -5
- hyperstreamdb-0.1.2/examples/configs/nessie.toml +0 -5
- hyperstreamdb-0.1.2/examples/configs/rest.toml +0 -6
- hyperstreamdb-0.1.2/examples/configs/unity.toml +0 -5
- hyperstreamdb-0.1.2/examples/pgvector_python_examples.py +0 -542
- hyperstreamdb-0.1.2/examples/pgvector_sql_examples.sql +0 -433
- hyperstreamdb-0.1.2/examples/python_distance_api_examples.py +0 -395
- hyperstreamdb-0.1.2/examples/vector_index_types.py +0 -52
- hyperstreamdb-0.1.2/news_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/news_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/rag_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/rag_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_admin_features.py +0 -46
- hyperstreamdb-0.1.2/test_admin_table/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_admin_table/metadata/v5.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_admin_table/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_cascading_db/metadata/v2.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_cascading_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_catalog.toml +0 -4
- hyperstreamdb-0.1.2/test_compound_pk.py +0 -70
- hyperstreamdb-0.1.2/test_docstrings.py +0 -129
- hyperstreamdb-0.1.2/test_explain.py +0 -42
- hyperstreamdb-0.1.2/test_exports.py +0 -142
- hyperstreamdb-0.1.2/test_ingestion_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_ingestion_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_ingestion_db_cpu/metadata/v2.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_ingestion_db_cpu/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_ingestion_db_gpu/metadata/v2.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_ingestion_db_gpu/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_log.txt +0 -275
- hyperstreamdb-0.1.2/test_per_col_db/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_per_col_db/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_prefilter.py +0 -16
- hyperstreamdb-0.1.2/test_python_ingest.py +0 -82
- hyperstreamdb-0.1.2/test_smart_db_cpu_200000/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_smart_db_cpu_200000/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_smart_db_cpu_50000/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_smart_db_cpu_50000/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_smart_db_gpu_200000/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_smart_db_gpu_200000/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/test_smart_db_gpu_50000/metadata/v1.metadata.json +0 -1
- hyperstreamdb-0.1.2/test_smart_db_gpu_50000/metadata/version-hint.text +0 -1
- hyperstreamdb-0.1.2/tests/benchmarks/README.md +0 -186
- hyperstreamdb-0.1.2/tests/benchmarks/benchmark_vs_iceberg.py +0 -429
- hyperstreamdb-0.1.2/tests/benchmarks/common/__init__.py +0 -24
- hyperstreamdb-0.1.2/tests/benchmarks/common/index_verification.py +0 -76
- hyperstreamdb-0.1.2/tests/benchmarks/common/minio_setup.py +0 -170
- hyperstreamdb-0.1.2/tests/benchmarks/common/utils.py +0 -243
- hyperstreamdb-0.1.2/tests/benchmarks/hybrid/__init__.py +0 -1
- hyperstreamdb-0.1.2/tests/benchmarks/hybrid/test_scalar_plus_vector.py +0 -243
- hyperstreamdb-0.1.2/tests/benchmarks/index/test_index_build.py +0 -108
- hyperstreamdb-0.1.2/tests/benchmarks/requirements.txt +0 -10
- hyperstreamdb-0.1.2/tests/benchmarks/run_all.sh +0 -142
- hyperstreamdb-0.1.2/tests/benchmarks/table_format/README.md +0 -90
- hyperstreamdb-0.1.2/tests/benchmarks/table_format/__init__.py +0 -1
- hyperstreamdb-0.1.2/tests/benchmarks/table_format/test_vs_iceberg.py +0 -229
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/QDRANT_COMPARISON.md +0 -153
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/README.md +0 -77
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/__init__.py +0 -1
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/test_cold_read_latency.py +0 -115
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/test_parallel_search.py +0 -181
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/test_qdrant_direct_comparison.py +0 -464
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/test_vector_index_verification.py +0 -126
- hyperstreamdb-0.1.2/tests/benchmarks/vector_search/test_vs_qdrant.py +0 -342
- hyperstreamdb-0.1.2/tests/integration/test_boolean_index.py +0 -44
- hyperstreamdb-0.1.2/tests/integration/test_catalog.py +0 -72
- hyperstreamdb-0.1.2/tests/integration/test_concurrent_access.py +0 -332
- hyperstreamdb-0.1.2/tests/integration/test_core_integration.rs +0 -69
- hyperstreamdb-0.1.2/tests/integration/test_error_handling.py +0 -381
- hyperstreamdb-0.1.2/tests/integration/test_glue_catalog.py +0 -99
- hyperstreamdb-0.1.2/tests/integration/test_hnsw_ivf.py +0 -78
- hyperstreamdb-0.1.2/tests/integration/test_merge.py +0 -100
- hyperstreamdb-0.1.2/tests/integration/test_multi_cloud.py +0 -209
- hyperstreamdb-0.1.2/tests/integration/test_nyc_taxi.py +0 -137
- hyperstreamdb-0.1.2/tests/integration/test_profiling_micro.py +0 -58
- hyperstreamdb-0.1.2/tests/integration/test_query_planning.py +0 -92
- hyperstreamdb-0.1.2/tests/integration/test_rest_catalog.py +0 -81
- hyperstreamdb-0.1.2/tests/integration/test_schema_evolution.py +0 -403
- hyperstreamdb-0.1.2/tests/integration/test_selective_indexing.py +0 -116
- hyperstreamdb-0.1.2/tests/integration/test_sql.py +0 -139
- hyperstreamdb-0.1.2/tests/integration/test_vector_search.py +0 -117
- hyperstreamdb-0.1.2/tests/integration/test_views.py +0 -38
- hyperstreamdb-0.1.2/tests/integration/test_wal_compaction.py +0 -73
- hyperstreamdb-0.1.2/tests/integration/test_wal_durability.py +0 -77
- hyperstreamdb-0.1.2/tests/integration/test_wikipedia.py +0 -177
- hyperstreamdb-0.1.2/tests/integration/test_write_buffer.py +0 -101
- hyperstreamdb-0.1.2/tests/performance/test_benchmarks.py +0 -465
- hyperstreamdb-0.1.2/tests/performance/test_gpu_batch_benchmarks.py +0 -359
- hyperstreamdb-0.1.2/tests/test_advanced_sql.rs +0 -208
- hyperstreamdb-0.1.2/tests/test_binary_vector_properties.py +0 -265
- hyperstreamdb-0.1.2/tests/test_catalog_factory.py +0 -36
- hyperstreamdb-0.1.2/tests/test_concurrency_robust.rs +0 -121
- hyperstreamdb-0.1.2/tests/test_connector_apis.py +0 -106
- hyperstreamdb-0.1.2/tests/test_connector_ffi.rs +0 -101
- hyperstreamdb-0.1.2/tests/test_connector_integration.py +0 -104
- hyperstreamdb-0.1.2/tests/test_context_backend_property.py +0 -115
- hyperstreamdb-0.1.2/tests/test_core_ingestion.rs +0 -227
- hyperstreamdb-0.1.2/tests/test_cross_engine_compat.py +0 -233
- hyperstreamdb-0.1.2/tests/test_data_types.rs +0 -59
- hyperstreamdb-0.1.2/tests/test_default_config.py +0 -28
- hyperstreamdb-0.1.2/tests/test_distance_properties.py +0 -568
- hyperstreamdb-0.1.2/tests/test_docstrings.py +0 -129
- hyperstreamdb-0.1.2/tests/test_durability_robust.rs +0 -104
- hyperstreamdb-0.1.2/tests/test_exports.py +0 -142
- hyperstreamdb-0.1.2/tests/test_gpu_kernel_availability_property.proptest-regressions +0 -9
- hyperstreamdb-0.1.2/tests/test_gpu_kernel_availability_property.rs +0 -363
- hyperstreamdb-0.1.2/tests/test_gpu_kmeans.py +0 -53
- hyperstreamdb-0.1.2/tests/test_hamming_distance_kernel.rs +0 -206
- hyperstreamdb-0.1.2/tests/test_hardware_parity.rs +0 -106
- hyperstreamdb-0.1.2/tests/test_hyperstream_mps.py +0 -50
- hyperstreamdb-0.1.2/tests/test_iceberg_python.py +0 -88
- hyperstreamdb-0.1.2/tests/test_ingestion_optimizations.py +0 -78
- hyperstreamdb-0.1.2/tests/test_inner_product_kernel.rs +0 -154
- hyperstreamdb-0.1.2/tests/test_jaccard_distance_kernel.rs +0 -276
- hyperstreamdb-0.1.2/tests/test_l1_distance_kernel.rs +0 -154
- hyperstreamdb-0.1.2/tests/test_merge_integration.rs +0 -221
- hyperstreamdb-0.1.2/tests/test_mmh3.py +0 -16
- hyperstreamdb-0.1.2/tests/test_mps_gpu.py +0 -66
- hyperstreamdb-0.1.2/tests/test_partitioning_advanced.rs +0 -146
- hyperstreamdb-0.1.2/tests/test_per_column_acceleration.py +0 -56
- hyperstreamdb-0.1.2/tests/test_performance_comparison.py +0 -78
- hyperstreamdb-0.1.2/tests/test_pgvector_minimal.rs +0 -6
- hyperstreamdb-0.1.2/tests/test_pgvector_operators_gpu.rs +0 -310
- hyperstreamdb-0.1.2/tests/test_pgvector_sql_integration.rs +0 -543
- hyperstreamdb-0.1.2/tests/test_puffin.rs +0 -47
- hyperstreamdb-0.1.2/tests/test_python_gpu_context.py +0 -183
- hyperstreamdb-0.1.2/tests/test_qdrant_install.py +0 -47
- hyperstreamdb-0.1.2/tests/test_smart_switching.py +0 -67
- hyperstreamdb-0.1.2/tests/test_splits.py +0 -106
- hyperstreamdb-0.1.2/tests/test_sql_udf_gpu_integration.rs +0 -196
- hyperstreamdb-0.1.2/tests/test_vector_consistency.rs +0 -97
- hyperstreamdb-0.1.2/vendor/hnsw_rs/.gitignore +0 -9
- hyperstreamdb-0.1.2/vendor/hnsw_rs/Cargo.toml +0 -118
- hyperstreamdb-0.1.2/vendor/hnsw_rs/LICENSE-APACHE +0 -13
- hyperstreamdb-0.1.2/vendor/hnsw_rs/LICENSE-MIT +0 -25
- hyperstreamdb-0.1.2/vendor/hnsw_rs/README.md +0 -166
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-glove/ann-glove25-angular.rs +0 -158
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-glove/annhdf5.rs +0 -217
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-mnist/ann-mnist-784-euclidean.rs +0 -114
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-mnist/annhdf5.rs +0 -205
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-sift1m/ann-sift1m-128-euclidean.rs +0 -134
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/ann-sift1m/annhdf5.rs +0 -204
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/deallocation_test.rs +0 -40
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/levensthein.rs +0 -39
- hyperstreamdb-0.1.2/vendor/hnsw_rs/examples/random.rs +0 -70
- hyperstreamdb-0.1.2/vendor/hnsw_rs/src/prelude.rs +0 -5
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/.gitattributes +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/.hypothesis/constants/32b327793848e7d8 +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/.hypothesis/constants/67b0a8ccf18bf5d2 +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/.hypothesis/constants/84828557b4ee7be4 +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/LICENSE-APACHE +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/LICENSE-MIT +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/README.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/RUN_COMPLIANCE_TESTS.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/benches/bench_table.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/benches/performance.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/book.toml +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/build-connectors.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/build_out.txt +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/check_iceberg_compliance.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/clippy_output.txt +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docker-compose-minio-nessie.yml +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docker-compose.yml +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/BENCHMARKING.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/COMPREHENSIVE_GUIDE.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/GPU_SETUP_GUIDE.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/ICEBERG_V2_V3_API.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/PGVECTOR_SQL_GUIDE.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/PYTHON_VECTOR_API.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/VECTOR_CONFIGURATION.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/api_reference.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/architecture.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/catalog_usage.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/index.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/integrations/README.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/integrations/java_jni.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/integrations/python.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/integrations/spark.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/docs/integrations/trino.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/fix_cache.patch +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/fix_nb.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/fix_schema.patch +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/proptest-regressions/core/index/gpu.txt +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/proptest-regressions/core/sql/vector_literal.txt +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/proptest-regressions/core/sql/vector_udf.txt +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/python/hyperstreamdb/__init__.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/python/hyperstreamdb/embeddings.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/.bloop/bloop.settings.json +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/.bloop/spark-hyperstream-test.json +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/.bloop/spark-hyperstream.json +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/pom.xml +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/DefaultSource.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartition.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartitionReader.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartitionReaderFactory.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamScanBuilder.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamTable.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/gateway.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/hdb.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/iceberg_rest.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/probe_datafusion.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/setup_test_data.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/bin/verify_layered_indexing.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/config.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/glue.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/hive.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/jdbc.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/mod.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/nessie.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/rest.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/catalog/unity.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/clustering.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/compaction.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/embeddings.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/ffi.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/iceberg/iceberg_delete.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/cosine_distance.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/hamming_distance.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/inner_product.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/jaccard_distance.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/kmeans_assignment.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/l1_distance.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/cuda/l2_distance.cu +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/ivf.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/memory.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/cosine_distance.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/hamming_distance.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/inner_product.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/jaccard_distance.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/kmeans_assignment.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/l1_distance.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/mps/l2_distance.metal +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/cosine_distance.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/hamming_distance.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/inner_product.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/jaccard_distance.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/kmeans_assignment.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/l1_distance.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/opencl/l2_distance.cl +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/pq.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/index/tokenizer.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/merge.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/mod.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/nessie.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/puffin.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/query.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/pgvector_rewriter.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/physical_plan/index_join.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/session.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/vector_literal.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/vector_operators.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/sql/vector_udf.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/storage.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/table.rs.orig +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/core/wal.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/enterprise/continuous_indexing.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/enterprise/license.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/enterprise/mod.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/index.rs.old +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/python_distance.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/telemetry/metrics.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/telemetry/mod.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/src/telemetry/tracing.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/task.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/all_types_index_test.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/bin/generate_iceberg_manifests.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/bin/verify_iceberg_read_check.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/data/download_nyc_taxi.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/data/generate_embeddings.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/data/generate_wikipedia.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/data/start_nessie.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/datafusion_rust_test.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/debug_murmur3.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/fuzz_murmur3.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/integration_test_hnsw_ivf_native.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/performance/README.md +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/prototype_merge.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/schema_evolution_test.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_catalog_commit.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_compliance.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_delete_correctness.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_python_delete.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_rest.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_rest_create.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_rest_delete.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_rest_remove_index.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_iceberg_rest_update.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_metadata_creation.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_mor_reads.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_mor_writes.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_partition_transforms.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_partitioned_writes.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_puffin_index.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_rest_updates.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/tests/verify_schema_compat.rs +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/.DS_Store +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/catalog/glue_catalog.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/catalog/hyperstreamdb.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/catalog/iceberg.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/catalog/memory.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/catalog/postgres.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/config.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/entrypoint.sh +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/jvm.config +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config/node.properties +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-config.zip +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/pom.xml +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBColumnHandle.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBConnectorFactory.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBMetadata.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSource.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSourceProvider.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPlugin.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplit.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplitManager.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBTableHandle.java +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/update_schema_patch.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/update_schema_patch2.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/verify_docstrings.py +0 -0
- {hyperstreamdb-0.1.2 → hyperstreamdb-0.1.5}/verify_fluent_api.py +0 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# HyperStreamDB Development Guidelines
|
|
2
|
+
|
|
3
|
+
**Foundation:** These guidelines are rooted in [The Pragmatic Programmer](https://pragprog.com/) principles. See `/memories/STEERING.md` for the full foundational principles that guide all projects.
|
|
4
|
+
|
|
5
|
+
## Core HyperStreamDB Principles
|
|
6
|
+
|
|
7
|
+
### Code Quality
|
|
8
|
+
- **Always attempt to fix warnings if possible** - Don't ignore compiler warnings; resolve them during implementation (Aligns with: Don't Live with Broken Windows #4)
|
|
9
|
+
- Use proper error handling instead of silencing warnings
|
|
10
|
+
- Maintain clean build output (zero clippy warnings)
|
|
11
|
+
- Type safety is paramount
|
|
12
|
+
- Refactor early and often as code is written
|
|
13
|
+
|
|
14
|
+
### Versioning & Releases
|
|
15
|
+
- Version numbers are injected from git tags during build
|
|
16
|
+
- `Cargo.toml` and `pyproject.toml` use dynamic versioning from `build.rs`
|
|
17
|
+
- Tag format: `v0.X.Y` (e.g., `v0.1.2`)
|
|
18
|
+
- All releases should be tagged and pushed with comprehensive release notes
|
|
19
|
+
|
|
20
|
+
### Licensing & Attribution
|
|
21
|
+
- Apache 2.0 / MIT dual license
|
|
22
|
+
- Properly attribute optimizations borrowed from iceberg-rust or other Apache-licensed projects
|
|
23
|
+
- Maintain THIRDPARTY_NOTICES.md with all third-party code usage
|
|
24
|
+
- Include inline code comments for borrowed patterns
|
|
25
|
+
|
|
26
|
+
### API Design
|
|
27
|
+
- Use native Rust names (PascalCase for types: `Cosine`, `L2`, `InnerProduct`)
|
|
28
|
+
- Python API uses lowercase for user-facing functions: `metric="cosine"`
|
|
29
|
+
- Support both primary parameter names and backward-compatible aliases
|
|
30
|
+
- Document all vector distance functions and index parameters
|
|
31
|
+
|
|
32
|
+
### Testing & Validation
|
|
33
|
+
- Unit tests required for new optimizer rules and query optimizations (Aligns with: Design to Test #20, Test Your Software #21)
|
|
34
|
+
- Explain() output should show correct index usage and query strategy
|
|
35
|
+
- Test suite must pass before any release tagging (Aligns with: Make Quality a Requirements Issue #7)
|
|
36
|
+
- Performance benchmarks are part of testing, not optional extras
|
|
37
|
+
- Integration tests for query planning changes
|
|
38
|
+
- Run full test suite before tagging releases
|
|
39
|
+
- Verify explain() output shows correct index detection
|
|
40
|
+
|
|
41
|
+
### Packaging
|
|
42
|
+
- Exclude build artifacts, virtual environments from Cargo.toml (Aligns with: Make It Easy to Reuse #11)
|
|
43
|
+
- Ensure PyPI builds succeed without external dependencies
|
|
44
|
+
- Test `maturin develop --release` before release tagging
|
|
45
|
+
- Dynamic versioning from git tags (build.rs injection)
|
|
46
|
+
|
|
47
|
+
## Current Focus Areas
|
|
48
|
+
|
|
49
|
+
### Hybrid Query Optimization
|
|
50
|
+
- Support multiple vector columns with ordering
|
|
51
|
+
- Compound primary key detection for automatic hybrid search
|
|
52
|
+
- Vector search always runs after scalar filters (push-down)
|
|
53
|
+
- Proper explain() output showing both scalar and vector execution
|
|
54
|
+
- Use tracer bullets: Implement end-to-end before perfecting details (Aligns with: Use Tracer Bullets #14)
|
|
55
|
+
|
|
56
|
+
### Iceberg-Rust Optimizations
|
|
57
|
+
- LIMIT pushdown to file scanning layer
|
|
58
|
+
- Row group skipping based on column statistics
|
|
59
|
+
- Manifest metadata caching for performance
|
|
60
|
+
- Predicate pushdown improvements
|
|
61
|
+
- Properly attribute all borrowed code patterns (Aligns with: Communicate! #9, Make It Easy to Reuse #11)
|
|
62
|
+
|
|
63
|
+
### Observability & Debugging
|
|
64
|
+
- Structured tracing via `tracing` crate (no println!) (Aligns with: Program Close to Problem Domain #16)
|
|
65
|
+
- Proper log levels (debug, info, warn, error)
|
|
66
|
+
- Explain query plans for user visibility (Aligns with: Use Tracer Bullets #14)
|
|
67
|
+
- Document query strategy through explain() output
|
|
@@ -116,7 +116,7 @@ version = "1.1.5"
|
|
|
116
116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
117
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
118
118
|
dependencies = [
|
|
119
|
-
"windows-sys 0.
|
|
119
|
+
"windows-sys 0.60.2",
|
|
120
120
|
]
|
|
121
121
|
|
|
122
122
|
[[package]]
|
|
@@ -127,7 +127,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
|
127
127
|
dependencies = [
|
|
128
128
|
"anstyle",
|
|
129
129
|
"once_cell_polyfill",
|
|
130
|
-
"windows-sys 0.
|
|
130
|
+
"windows-sys 0.60.2",
|
|
131
131
|
]
|
|
132
132
|
|
|
133
133
|
[[package]]
|
|
@@ -2779,7 +2779,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2779
2779
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
2780
2780
|
dependencies = [
|
|
2781
2781
|
"libc",
|
|
2782
|
-
"windows-sys 0.
|
|
2782
|
+
"windows-sys 0.52.0",
|
|
2783
2783
|
]
|
|
2784
2784
|
|
|
2785
2785
|
[[package]]
|
|
@@ -3548,26 +3548,6 @@ dependencies = [
|
|
|
3548
3548
|
"digest",
|
|
3549
3549
|
]
|
|
3550
3550
|
|
|
3551
|
-
[[package]]
|
|
3552
|
-
name = "hnsw_rs"
|
|
3553
|
-
version = "0.1.19"
|
|
3554
|
-
dependencies = [
|
|
3555
|
-
"bincode",
|
|
3556
|
-
"cpu-time",
|
|
3557
|
-
"env_logger",
|
|
3558
|
-
"hashbrown 0.9.1",
|
|
3559
|
-
"lazy_static",
|
|
3560
|
-
"log",
|
|
3561
|
-
"num-traits",
|
|
3562
|
-
"num_cpus",
|
|
3563
|
-
"parking_lot",
|
|
3564
|
-
"rand 0.8.5",
|
|
3565
|
-
"rayon",
|
|
3566
|
-
"roaring",
|
|
3567
|
-
"serde",
|
|
3568
|
-
"skiplist",
|
|
3569
|
-
]
|
|
3570
|
-
|
|
3571
3551
|
[[package]]
|
|
3572
3552
|
name = "home"
|
|
3573
3553
|
version = "0.5.12"
|
|
@@ -3775,7 +3755,7 @@ dependencies = [
|
|
|
3775
3755
|
|
|
3776
3756
|
[[package]]
|
|
3777
3757
|
name = "hyperstreamdb"
|
|
3778
|
-
version = "0.1.
|
|
3758
|
+
version = "0.1.5"
|
|
3779
3759
|
dependencies = [
|
|
3780
3760
|
"ahash 0.8.12",
|
|
3781
3761
|
"anyhow",
|
|
@@ -3790,28 +3770,34 @@ dependencies = [
|
|
|
3790
3770
|
"aws-sdk-glue",
|
|
3791
3771
|
"axum 0.7.9",
|
|
3792
3772
|
"base64 0.22.1",
|
|
3773
|
+
"bincode",
|
|
3793
3774
|
"bytes",
|
|
3794
3775
|
"candle-core",
|
|
3795
3776
|
"candle-nn",
|
|
3796
3777
|
"candle-transformers",
|
|
3797
3778
|
"chrono",
|
|
3798
3779
|
"clap",
|
|
3780
|
+
"cpu-time",
|
|
3799
3781
|
"criterion",
|
|
3800
3782
|
"cust",
|
|
3801
3783
|
"datafusion",
|
|
3802
3784
|
"datafusion-expr-common",
|
|
3803
3785
|
"datafusion-functions-aggregate-common",
|
|
3804
3786
|
"dirs",
|
|
3787
|
+
"env_logger",
|
|
3805
3788
|
"faststr",
|
|
3806
3789
|
"futures",
|
|
3790
|
+
"hashbrown 0.9.1",
|
|
3807
3791
|
"hive_metastore",
|
|
3808
|
-
"hnsw_rs",
|
|
3809
3792
|
"hyperloglogplus",
|
|
3810
3793
|
"jni",
|
|
3811
3794
|
"lazy_static",
|
|
3795
|
+
"log",
|
|
3812
3796
|
"metal",
|
|
3813
3797
|
"moka",
|
|
3814
3798
|
"murmur3",
|
|
3799
|
+
"num-traits",
|
|
3800
|
+
"num_cpus",
|
|
3815
3801
|
"numpy",
|
|
3816
3802
|
"object_store",
|
|
3817
3803
|
"once_cell",
|
|
@@ -3819,6 +3805,7 @@ dependencies = [
|
|
|
3819
3805
|
"opentelemetry",
|
|
3820
3806
|
"opentelemetry-otlp",
|
|
3821
3807
|
"opentelemetry_sdk",
|
|
3808
|
+
"parking_lot",
|
|
3822
3809
|
"parquet",
|
|
3823
3810
|
"pilota",
|
|
3824
3811
|
"prometheus",
|
|
@@ -3835,6 +3822,7 @@ dependencies = [
|
|
|
3835
3822
|
"serde",
|
|
3836
3823
|
"serde_json",
|
|
3837
3824
|
"sha2",
|
|
3825
|
+
"skiplist",
|
|
3838
3826
|
"smartcore",
|
|
3839
3827
|
"sqlx",
|
|
3840
3828
|
"tempfile",
|
|
@@ -4074,7 +4062,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
|
|
4074
4062
|
dependencies = [
|
|
4075
4063
|
"hermit-abi",
|
|
4076
4064
|
"libc",
|
|
4077
|
-
"windows-sys 0.
|
|
4065
|
+
"windows-sys 0.52.0",
|
|
4078
4066
|
]
|
|
4079
4067
|
|
|
4080
4068
|
[[package]]
|
|
@@ -4741,7 +4729,7 @@ version = "0.50.3"
|
|
|
4741
4729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4742
4730
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
4743
4731
|
dependencies = [
|
|
4744
|
-
"windows-sys 0.
|
|
4732
|
+
"windows-sys 0.59.0",
|
|
4745
4733
|
]
|
|
4746
4734
|
|
|
4747
4735
|
[[package]]
|
|
@@ -6258,7 +6246,7 @@ dependencies = [
|
|
|
6258
6246
|
"errno",
|
|
6259
6247
|
"libc",
|
|
6260
6248
|
"linux-raw-sys",
|
|
6261
|
-
"windows-sys 0.
|
|
6249
|
+
"windows-sys 0.52.0",
|
|
6262
6250
|
]
|
|
6263
6251
|
|
|
6264
6252
|
[[package]]
|
|
@@ -6704,7 +6692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
6704
6692
|
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
6705
6693
|
dependencies = [
|
|
6706
6694
|
"libc",
|
|
6707
|
-
"windows-sys 0.
|
|
6695
|
+
"windows-sys 0.60.2",
|
|
6708
6696
|
]
|
|
6709
6697
|
|
|
6710
6698
|
[[package]]
|
|
@@ -7182,7 +7170,7 @@ dependencies = [
|
|
|
7182
7170
|
"getrandom 0.4.2",
|
|
7183
7171
|
"once_cell",
|
|
7184
7172
|
"rustix",
|
|
7185
|
-
"windows-sys 0.
|
|
7173
|
+
"windows-sys 0.52.0",
|
|
7186
7174
|
]
|
|
7187
7175
|
|
|
7188
7176
|
[[package]]
|
|
@@ -8223,7 +8211,7 @@ version = "0.1.11"
|
|
|
8223
8211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
8224
8212
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
8225
8213
|
dependencies = [
|
|
8226
|
-
"windows-sys 0.
|
|
8214
|
+
"windows-sys 0.48.0",
|
|
8227
8215
|
]
|
|
8228
8216
|
|
|
8229
8217
|
[[package]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "hyperstreamdb"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.5"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
license = "MIT AND Apache-2.0"
|
|
6
6
|
description = "HyperStreamDB - Serverless Index-Streaming Database with Overlay Indexing and Vector Search"
|
|
@@ -9,17 +9,28 @@ homepage = "https://github.com/rla3rd/hyperstreamdb"
|
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
keywords = ["database", "vector-search", "iceberg", "parquet", "indexing"]
|
|
11
11
|
categories = ["database-implementations", "data-structures", "concurrency"]
|
|
12
|
+
exclude = [
|
|
13
|
+
".venv",
|
|
14
|
+
"venv",
|
|
15
|
+
"target",
|
|
16
|
+
".git",
|
|
17
|
+
".github",
|
|
18
|
+
"*.db",
|
|
19
|
+
"test_*",
|
|
20
|
+
"rag_db",
|
|
21
|
+
"news_db",
|
|
22
|
+
"demo",
|
|
23
|
+
"docker",
|
|
24
|
+
"benchmarks",
|
|
25
|
+
"examples"
|
|
26
|
+
]
|
|
12
27
|
|
|
13
28
|
[lib]
|
|
14
29
|
name = "hyperstreamdb"
|
|
15
30
|
crate-type = ["cdylib", "rlib"]
|
|
16
31
|
|
|
17
|
-
[[test]]
|
|
18
|
-
name = "test_connector_ffi"
|
|
19
|
-
required-features = ["java"]
|
|
20
|
-
|
|
21
32
|
[features]
|
|
22
|
-
default = ["
|
|
33
|
+
default = ["candle"]
|
|
23
34
|
candle = []
|
|
24
35
|
cuda = ["dep:cust", "intel_gpu"]
|
|
25
36
|
rocm = ["dep:opencl3", "intel_gpu"] # Fallback to OpenCL for now
|
|
@@ -28,6 +39,10 @@ intel_gpu = ["dep:opencl3"]
|
|
|
28
39
|
enterprise = []
|
|
29
40
|
python = ["dep:pyo3", "pyo3/extension-module", "dep:numpy", "dep:pythonize"]
|
|
30
41
|
java = ["dep:jni"]
|
|
42
|
+
simdeez_f = []
|
|
43
|
+
stdsimd = []
|
|
44
|
+
intel_cpu = ["simdeez_f", "stdsimd"]
|
|
45
|
+
simd = ["intel_cpu"]
|
|
31
46
|
|
|
32
47
|
[dependencies]
|
|
33
48
|
# core columnar memory format
|
|
@@ -71,7 +86,16 @@ opencl3 = { version = "0.9", optional = true } # Intel / OpenCL
|
|
|
71
86
|
|
|
72
87
|
# indexing
|
|
73
88
|
roaring = "0.10.2" # For scalar bitmaps
|
|
74
|
-
hnsw_rs
|
|
89
|
+
# hnsw_rs removed and internalized to src/core/index/hnsw_rs
|
|
90
|
+
bincode = "1.3"
|
|
91
|
+
cpu-time = "1.0"
|
|
92
|
+
env_logger = "0.10"
|
|
93
|
+
log = "0.4"
|
|
94
|
+
hashbrown = "0.9"
|
|
95
|
+
num-traits = "0.2"
|
|
96
|
+
num_cpus = "1.16"
|
|
97
|
+
parking_lot = "0.12"
|
|
98
|
+
skiplist = "0.3"
|
|
75
99
|
# lance removed due to missing protoc
|
|
76
100
|
|
|
77
101
|
# error handling
|
|
@@ -148,7 +172,7 @@ optional = true
|
|
|
148
172
|
criterion = { version = "0.5", features = ["async_tokio"] }
|
|
149
173
|
rand = "0.8"
|
|
150
174
|
rand_distr = "0.4"
|
|
151
|
-
hnsw_rs
|
|
175
|
+
# hnsw_rs removed and internalized
|
|
152
176
|
tempfile = "3.10"
|
|
153
177
|
proptest = "1.4"
|
|
154
178
|
|
|
@@ -167,3 +191,4 @@ harness = false
|
|
|
167
191
|
[[bench]]
|
|
168
192
|
name = "bench_table"
|
|
169
193
|
harness = false
|
|
194
|
+
|