diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..afcee78aeb360893bfe0295a702be0e973ac3506 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,62 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.avro filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +initial/index_80m_m32_efc500 filter=lfs diff=lfs merge=lfs -text +update_order.u32 filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a073e48dcf33a4bbd5f852f623a578c0dc46d043 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# spacev-100m-batch-update-eval + +Batch-update evaluation workload package generated from the corresponding static-search-eval package. + +## Dataset + +- Source static dataset: corresponding static-search-eval package +- Vector count: `100,000,000` +- Dimension: `100` +- Dtype: `int8` +- Metric: `l2` +- Initial update index: `80,000,000` vectors with external labels equal to `A = P[0:80M]` +- Update order: `update_order.u32`, a seed-`42` permutation of source IDs `[0, 100M)` + +## Traces + +- `insert-20`: starts from `A`, then inserts `P[80M:100M]` in twenty `1,000,000`-vector batches. +- `delete-20`: starts from the static `100M` state, then deletes `P[80M:100M]` in twenty `1,000,000`-vector batches. +- `mixed-replace-100`: keeps `80M` live vectors for 100 rounds; each round deletes a cyclic `1,000,000` source-ID slice and inserts a cyclic vector-ref slice. Insert external IDs use existing `P[80M:100M]` labels for the first `20` rounds, then new labels in `[100,000,000, 180,000,000)`. + +Batch JSON files use compact descriptors (`range`, `u32_slice`, and `u32_cyclic_slice`) instead of inline million-ID arrays. + +## Ground Truth + +Checkpoint ground truth is produced by filtering the static source ground truth in source-distance order through the checkpoint owner map. Files are exact top-10 only when every query retains at least 10 active candidates from the static source GT depth. If a checkpoint cannot provide top-10 for every query, the package writes a matching `.invalid.json` marker instead of padding. + +## Files + +- `workload.json`: workload contract. +- `static-workload-reference.json`: immutable static-search-eval references. +- `source_manifest.json`: generation manifest. +- `update_order.u32`: seed-42 source-ID permutation. +- `initial/index_80m_m32_efc500`: HNSW index built from `base[A]` with labels `A`. +- `groundtruth/active_80m.bin`: initial `80M` checkpoint GT, or `active_80m.invalid.json`. +- `traces/*/trace.json`: trace metadata. +- `traces/*/batches/*.json`: compact batch descriptors. +- `traces/*/groundtruth/*`: checkpoint GT or invalid markers. +- `checksums.sha256`: checksums for generated package files. + +PQ artifacts from the static dataset are referenced but not reordered into this first package version. diff --git a/checksums.sha256 b/checksums.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..4a2f39b6fb7506a7147ba9606479ec43352ef5d6 --- /dev/null +++ b/checksums.sha256 @@ -0,0 +1,293 @@ +0eea296a9abf8327a55e5635320224dbd496c4b3f65ff28fb808d0016d37c8bf README.md +c34733dc4979955f8778db17267639347d26f6580e8b86ad62dafe5cd21e76da groundtruth/active_80m.bin +3d132a2542bb2c18b946ecf5b6c71d98b3403c5a414fe33586385a400cb1dfa2 groundtruth_manifest.json +3f7a12d0672d93ba045fda86db89b609f942f48c9c65d98efdbf44547fa37fb8 initial/index_80m_m32_efc500 +a045cf3ef88b2c4eee157b6aef820ec65230081cf7cbc01a639755413efbecf6 initial/index_80m_m32_efc500.build.json +be86ca4d1d62be48206f5609cfaa9ce449caef4b82d28c6215aaeb25dce7925d initial/index_80m_m32_efc500.hnswmeta.json +7d650f51aeb98db144f8f6fb39a33bcf5f7a3400ef00e7100e2f1cc1c505ce55 source_manifest.json +0ac50ff2acdbde0b175f44f5427104e8ff6a0ab37308784a5dc8dda2b86a17ff static-workload-reference.json +2a0dc7cb06fed12ec4b4de08b744b4dfe5c3ae1fab19472559c7991a210a7cb3 traces/delete-20/batches/batch_0001.json +ea99e6f83e9f99133ce4ef00b36836bb468bee3dc6bbb024d467c21e02644e2e traces/delete-20/batches/batch_0002.json +ed89302f57e16a3b31e06c6ec7f639cba66e7afa5f8c27d46e8574fee5070e64 traces/delete-20/batches/batch_0003.json +b877029395398fe0c05f97a0ba4edbdd1f106b22f05eb9144580b500137e3fe0 traces/delete-20/batches/batch_0004.json +65c198795b07b804b0c71ab7e96475b4ee5e19a71e256044dbdf1f19705f05a0 traces/delete-20/batches/batch_0005.json +10bc84a117c644f363e1620c368134b9c253550a0d7e2bc8667c87d26b858b82 traces/delete-20/batches/batch_0006.json +5f93459c1d4985782394e00a959121761bbd4bbfdc8047839a4ab5bed2f3108c traces/delete-20/batches/batch_0007.json +8e08d3cd0346f6245106aa2ebfa6d3cb3c2a71c5d9aaa2e40d329568b7153913 traces/delete-20/batches/batch_0008.json +bce6bc276a3efb244665cd8abe44d4ed81b119afdac8358c2af9c9894a556368 traces/delete-20/batches/batch_0009.json +ed3c9548e975653c9b41ef3706d1de0b7f3e044b276f008db065446c92d81397 traces/delete-20/batches/batch_0010.json +b8ba8fd69a299d86cc261242d82a9be6d0380aa6f42207e7a4d38b7160028b92 traces/delete-20/batches/batch_0011.json +99b9ebd4043bcd9d1fa2d859319d04a0e83bc0e00466bca8dcfd37f6446c0a6e traces/delete-20/batches/batch_0012.json +9811c44c24bb9739bc2679e7f7d126abf1cd8f23a860258a892ee801a550d81e traces/delete-20/batches/batch_0013.json +91e96084496b7e47ed1255db3c7239c629deba39f2792c789d0be752b4beaf4a traces/delete-20/batches/batch_0014.json +58b7eca5afa7d6e63493e018ff49be529fbc19b59e35885d29cbec5ecbab5253 traces/delete-20/batches/batch_0015.json +96c3192831540920f0502197bc2f08c7caaab4f676f031cb783421eac5f0b47b traces/delete-20/batches/batch_0016.json +7c900bdd356aaf19f01a9a08625be84c98bd15198ee5c09c8ced48b7e7681bf4 traces/delete-20/batches/batch_0017.json +61b472d69ff40ae5ea893b0d428afab0532ecb5ed909f7c987a437408bf1caa6 traces/delete-20/batches/batch_0018.json +f34ba1338c8c8d0c4e6d9844366579c6c37174db1698ffe2c8438e5e9d36d983 traces/delete-20/batches/batch_0019.json +23e8dcaf8989c4cc1edead5154c1fd187f871828d5464f63375374ace31ba55b traces/delete-20/batches/batch_0020.json +129622eb72d0dbb5a7034ef3ef6bf2fca7291341541d171da60752491a2b494e traces/delete-20/groundtruth/checkpoint_0001.bin +ee5f6554f1317b60a6d58ebe742c2b3745bc551dcfc3a5ac1ef76f243c328d99 traces/delete-20/groundtruth/checkpoint_0002.bin +1a9939ae0963f8443417306448ee3823b3b22682694db357abb4cd9f2d164134 traces/delete-20/groundtruth/checkpoint_0003.bin +c43dabeb69daa68d3d8ef150941c55e674cf482632a89b05df9e46f2a2c04b3f traces/delete-20/groundtruth/checkpoint_0004.bin +35cd27c263ffff20393e586cc269af7d77b5bb663ebf9d83983368aeed8da040 traces/delete-20/groundtruth/checkpoint_0005.bin +20e5e1888cbd8e9fc2526b7ac573444f85b277cd9cc13e80bb8c8123bfab2855 traces/delete-20/groundtruth/checkpoint_0006.bin +d20f6891f06ded00391ca73b29c16e4960bc9a010033afe46d0f8559f707077f traces/delete-20/groundtruth/checkpoint_0007.bin +1542e065ae7a02100db1d58643b341b4e5a9ba3bf924448c2664a4cdd9a16f17 traces/delete-20/groundtruth/checkpoint_0008.bin +5f5f6bd958d215e6d7e3db7c7f162e8dc05cd34b89baf5ff8260492fb2bf1020 traces/delete-20/groundtruth/checkpoint_0009.bin +be88028baca6e061babecb0b7c83ea7b558f733c37e574b97aa82193418feeff traces/delete-20/groundtruth/checkpoint_0010.bin +76f5d3ed7fcba9e364baa92a80918aa4fd4c01f5fbdddb44927acea9bb082b64 traces/delete-20/groundtruth/checkpoint_0011.bin +381d4257111b257e3b9e04cfb6cf9adc230db20912b7ee5c03fd61d0552fc911 traces/delete-20/groundtruth/checkpoint_0012.bin +765ec08cf73a70ea493d9959fb6c8a6c43eaea3a1413db2b8ee99d923767ef6a traces/delete-20/groundtruth/checkpoint_0013.bin +3ee0eda25a3e4929f63afa230047a42177cd35a4065d3646fb416c709836f5b8 traces/delete-20/groundtruth/checkpoint_0014.bin +65ba81479b1ac2e8f3c8d7045b36377576b29dca6ccbd305c840dfad5fb1dd65 traces/delete-20/groundtruth/checkpoint_0015.bin +e5ea58f0fbc2e31fbcd07f72957b36153a14f422eb18fcdc6ebf2ea4e35df4df traces/delete-20/groundtruth/checkpoint_0016.bin +d65afe118b86cedbbc6581c751574d035ba1a33e27763a694def7a40d2241fae traces/delete-20/groundtruth/checkpoint_0017.bin +02d3c5a5aa41109518196fd1b9fb30448f95390dbbe416cecca8414a873e6cec traces/delete-20/groundtruth/checkpoint_0018.bin +7e58f3c6f6c9cc89e0e73461f33fe868a149ab13d03beedf68979fd2f8995c7d traces/delete-20/groundtruth/checkpoint_0019.bin +c34733dc4979955f8778db17267639347d26f6580e8b86ad62dafe5cd21e76da traces/delete-20/groundtruth/checkpoint_0020.bin +3df5a03c22b6b3dca66a6e3ae02d118c04ed7211f6eec79e8627451c00de4fab traces/delete-20/trace.json +b64907fde0076d5359464f23914daae2cf90e8ced278a8a8cebf4728b25e4119 traces/insert-20/batches/batch_0001.json +d4a0d5af266673a851dda2177c779d8c7de614ec4b8c2bd129219ec09bc979cb traces/insert-20/batches/batch_0002.json +47fcb11a440a62d1e69eded69a47bbc9bf83f363e2f2914d34a3536df2e153b5 traces/insert-20/batches/batch_0003.json +f7cc076d5fd2c8fc38fa0a7b4ff9f215e654041d02bf437a233b8ec1b4765bf4 traces/insert-20/batches/batch_0004.json +9dbb0abefa7db093d7b35f7c4a4f3c069a7de32e3193598b84dfae42a98369e1 traces/insert-20/batches/batch_0005.json +b4371642a56ce229cd3bb50b8f5cedba90e0e3a6ecefac0ac62ce5e9c5af41d3 traces/insert-20/batches/batch_0006.json +ce1eadc817605691468680e004a5a06c0a90be909ddd40861d66152f56cdfa11 traces/insert-20/batches/batch_0007.json +48a311b3f66dbca06facdc98dece0436c219ae62a455d830e5128a4ad5056b1e traces/insert-20/batches/batch_0008.json +dfa6b857788cf4f2321e5ad775fdd5930902be7585758f29eed03cbc514313d3 traces/insert-20/batches/batch_0009.json +fcbcf7e94523966ee8c956bece1ada64d6300fc1c2ee3c0217b906970551bb23 traces/insert-20/batches/batch_0010.json +8a41b1600a2d88c3845baa2fc1ecf81489f46b0639f3f0052846d0b9ec15d70b traces/insert-20/batches/batch_0011.json +879fe044e62a285dbdb73ead853af47176e2186a2927ca842807a9e4546ba8e3 traces/insert-20/batches/batch_0012.json +b7db6dac7e673a817a80a78082a0faf94e81bc2a2ad7f63c13d7857d40148a7d traces/insert-20/batches/batch_0013.json +cf339aa2d923ab204bbff826e5d3dfc8bd7496b383576212f1f78f26b0557808 traces/insert-20/batches/batch_0014.json +99d6db47173ecfef50a99f9c30ea30ba07db3a51989166b02a61832e42a9b7f8 traces/insert-20/batches/batch_0015.json +2eea813dd80922331ed76737f5bea902c68698dca8d7e7678b11a710778b193c traces/insert-20/batches/batch_0016.json +cd5cf78e37c265a2e5cc616c371a0c1db854b8e5a6e489a35cd0bd4e878c2f66 traces/insert-20/batches/batch_0017.json +e95651118e794eb6f0a05c08a4def67af16ec9380950a1cc56bec77b267bff20 traces/insert-20/batches/batch_0018.json +dedef646a1b94c0509b8c39aefd5b8416a306c82bbdcd4ccffc6f4375048cebd traces/insert-20/batches/batch_0019.json +5f3832efe2872590d8ef11c00f9802aee7a36b056449b8e4627bf82ceff1735f traces/insert-20/batches/batch_0020.json +6deda3c4cc9018557876b7e06ef447646e4d15bbcd6176181939a1f6d9306b80 traces/insert-20/groundtruth/checkpoint_0001.bin +747b8c512beca5014058f0ecef4122d6fa3396aabd12536c0ccda79f65a97a4d traces/insert-20/groundtruth/checkpoint_0002.bin +cf7eb4f1fb23d78251e9fd5691f2c582fec28c14b6c75b126b7b359fde050445 traces/insert-20/groundtruth/checkpoint_0003.bin +d8a534c92108f48de390cf279a6e74d16eb709494695f80980678f3aa5ef69f2 traces/insert-20/groundtruth/checkpoint_0004.bin +01c184be3ed6763a8151229544e975002654bfdf36a98bc2f49be6593ed31feb traces/insert-20/groundtruth/checkpoint_0005.bin +e7d7c4852e7ddc937cacd5f5b13c52c25aef99085dc50015e2e7c9386ff1fb7b traces/insert-20/groundtruth/checkpoint_0006.bin +b65f55067e6b69d5227169b3c269907b1d721e9534d2b69ca11db48c3b873b56 traces/insert-20/groundtruth/checkpoint_0007.bin +fb263290a43c0f412ca526820ebb01f671ea98a2927d6efe6ff5e01c0b48e52c traces/insert-20/groundtruth/checkpoint_0008.bin +d6bce880df0fdf16b99febe36b22b973eed3bcdb082932933f7e526b95f0654d traces/insert-20/groundtruth/checkpoint_0009.bin +9743b1cca4f2be406aadaa2f9d5d0727b96407be752ea6d93d402a1e3017847e traces/insert-20/groundtruth/checkpoint_0010.bin +0c7aa7768d9c89c3eda764d04786ad43df9e4bb7070c8388ffc1ca174dfc5d9d traces/insert-20/groundtruth/checkpoint_0011.bin +6f6aa8a72a75118ba5c0d09e8516ccd5565c83df2d69428035f2ee7fa1e50ade traces/insert-20/groundtruth/checkpoint_0012.bin +1b9b43cb2a66aaad9faf166c605c89638635242dbcb44f0e14b732b2b67084b4 traces/insert-20/groundtruth/checkpoint_0013.bin +3432ff0aacc5aae16873bb31c4f4c5f4f9a22e98332517516611bb40e5a59bf5 traces/insert-20/groundtruth/checkpoint_0014.bin +f23854f3d3984571f2b39a43b2371a81c2d365512d729f6c511d69c4b762b0fd traces/insert-20/groundtruth/checkpoint_0015.bin +bd9305ae6b2f34b2ed2bf4958e6cfdc8e91065294c5b529523ca7c3ecac395a8 traces/insert-20/groundtruth/checkpoint_0016.bin +e9967c2d5d18d8c0c6c7c73222afe0b46d36c7dcb2c2803fcf466d35c63c3bc3 traces/insert-20/groundtruth/checkpoint_0017.bin +da47bd1e224cecdd29f0e2934b7a4b87c0f44653fddc76e6a9dd52559918bffa traces/insert-20/groundtruth/checkpoint_0018.bin +e58c7655e18254d2249cd5f75646d585225ddf28b5896f3ae0487070973ea02d traces/insert-20/groundtruth/checkpoint_0019.bin +4afe1aedc3340ee0d0b6a88e1cb08efa494c4fc1cb43f1cd30ef4b358432eaee traces/insert-20/groundtruth/checkpoint_0020.bin +2ce92a60d0def2fa7ab05be623a89041a3be1b03ffcf7e7295dd2742d1dfaf34 traces/insert-20/trace.json +29a56844677275ae646a41d3607e8986ff2d39f04e48d0ddfd8111cf9fadb056 traces/mixed-replace-100/batches/batch_0001.json +682da467b1457442c548ac32e233b69f6065d4b244ec6001236f94b3a2a65bfc traces/mixed-replace-100/batches/batch_0002.json +c3e14f5e3f1cb3484b34d19bfa02ec004df34c7d0dfd2079cec6c28b12994997 traces/mixed-replace-100/batches/batch_0003.json +2fa2ea51f808bd0dbfcc5f1fc73086107fa9aa96082989ba4b01e7de3952642d traces/mixed-replace-100/batches/batch_0004.json +d5e7bb5d78750c3168ccc6d3a07b95cefae5ffaf555953dddb25ae25ec89f312 traces/mixed-replace-100/batches/batch_0005.json +ef70f755c7c89903d08be4c6fed0343b3c6ca94c8fa6f1deb3eadc0bf4fd3866 traces/mixed-replace-100/batches/batch_0006.json +461ae376d6f93d417eb65f3a8bde371ecda1f80273c335e87b07e18b6625fa90 traces/mixed-replace-100/batches/batch_0007.json +228534a787ba18854fe93310bd831de1117f63970f3711169781dba2f2df15a4 traces/mixed-replace-100/batches/batch_0008.json +2006f95d8bfb1af67507b1757246538f97251ddacc218fcab64710f2ac6730bd traces/mixed-replace-100/batches/batch_0009.json +00d27de390c454a3d725e45a070231576bfedc4bf887476efd3bbbafe7012290 traces/mixed-replace-100/batches/batch_0010.json +06377b4d6822e3a4b4f5d45a6744e62e00080336f482ce6f70b0b1666082fda4 traces/mixed-replace-100/batches/batch_0011.json +3587f6c015c173644223169588f6dfd1d4ef021807d7d22567e178098de27983 traces/mixed-replace-100/batches/batch_0012.json +3d5323d54fdd2828602fe403fc6b09346b779cf2307bb86ee0357bb6d3f63c8f traces/mixed-replace-100/batches/batch_0013.json +8f538106a586ddb28d3d14576e14a10a7e616f26d6724954849dc7df70a28db6 traces/mixed-replace-100/batches/batch_0014.json +c5902823296c182a98b6c095cabab124f8ec7f7ba816bd56a728526d3cbb40cf traces/mixed-replace-100/batches/batch_0015.json +b359943a46b04ed8ecf9d3a7df2fc829d55f1853d104364b2182bf7ed506bae5 traces/mixed-replace-100/batches/batch_0016.json +ea2faca2a1e155b31eb51389d9b38bed74e705710cfdc59aab2b51db1311dd0f traces/mixed-replace-100/batches/batch_0017.json +f2a46f5a4653d479325f0ea46ecc8f8d063987e835b768c82b09d5712127c281 traces/mixed-replace-100/batches/batch_0018.json +112cba79015e7f759a9b6a7fcf97d9f74bc1f23bdb26668c6607cfe8b978f901 traces/mixed-replace-100/batches/batch_0019.json +ab0e9fbe00f47d1f0440f822febfabbea5db09b03f2b720a50ce67c08413c483 traces/mixed-replace-100/batches/batch_0020.json +77d52cd3f5407896baf3343b46d43a77469ef04d50a5d5abbc65f2ddc15b8b59 traces/mixed-replace-100/batches/batch_0021.json +1405fc3d84dfeb87dc56c302626c1fcf26ebf31ef681f4b71a3311412a3e7b00 traces/mixed-replace-100/batches/batch_0022.json +ae762af3614532be25fcc742b014b548a532b7cfd18893f96df52ed917e1a20f traces/mixed-replace-100/batches/batch_0023.json +2b12e59fdce67ce48cd46ac2d675246ca3b178ae57e5ce860e4b82bec13f5000 traces/mixed-replace-100/batches/batch_0024.json +a83c90750006a96c5c95bfebbb481e1034df6be1f8158d20e832719dccafefc3 traces/mixed-replace-100/batches/batch_0025.json +5498025fc427ad6198ef26406a506941266e5def2fdd22c837519a7b7d5c3565 traces/mixed-replace-100/batches/batch_0026.json +61f44ddaae32c47c66add77760f7402b0354abc24961af8f6aff423b3e8ec0ee traces/mixed-replace-100/batches/batch_0027.json +ef5adf351e564a99e06e44336939275bbc980998791d11a0785c7220adab95b9 traces/mixed-replace-100/batches/batch_0028.json +6f5c519964324ca0a9ab1227bf91c98390de9ab9aa4c22e67da2b6bd4649450f traces/mixed-replace-100/batches/batch_0029.json +6b14c699ca0e0d11c969c4eae8a4c5bbdeab1a30a6539e894b59e87d7503a9ea traces/mixed-replace-100/batches/batch_0030.json +bf562e52dbb29a94a0d521fd26b366d3d4ac8ef34581131d87d257c3bc9065b0 traces/mixed-replace-100/batches/batch_0031.json +6bd8b1365b3e30ba5a7700637667572247e92bd9a87d94b2920fc278b1688b7b traces/mixed-replace-100/batches/batch_0032.json +791bcae53c6e8f55a55d8fc205c084036cc73a6683476f118059018a0586e539 traces/mixed-replace-100/batches/batch_0033.json +e395c9b8c932a3a8adcdea8302755ee666716a55a21a839af0a2877e4160f5c8 traces/mixed-replace-100/batches/batch_0034.json +bd4c63b7c07aaba1a9a3591951bf1ee68a2a45321190e5ee4fcb6ecd9dc99926 traces/mixed-replace-100/batches/batch_0035.json +53f8b3022c56aac47a9700f5ac8f45c821e0666a7d51f76c62ae59384b6a0829 traces/mixed-replace-100/batches/batch_0036.json +49e8f5446c56cf9a74ca8e7c73e6c5bf0948f3841da6ccacdbc5f091bfd7ca8d traces/mixed-replace-100/batches/batch_0037.json +faff1421c4c2dce60f0b982cd5ce070581630616dfb4182c30340ee69fe117be traces/mixed-replace-100/batches/batch_0038.json +3595ae7c959631c531611772a897b8f055ea241be3d9faaa78b9bb6d7bd70449 traces/mixed-replace-100/batches/batch_0039.json +ae6d55f5316a705f2003e92a0d23a9d5c4b38dc07fe2b059d0bcd6ce6564f7a7 traces/mixed-replace-100/batches/batch_0040.json +dc04bf9ea03c42f90f30bf0ee95d6a67ff60147d451fd205709c3908abb1c426 traces/mixed-replace-100/batches/batch_0041.json +70f398979eb39f15adb254beff0baab760b74a9a8825ec4ec12dd5dac9cc72e5 traces/mixed-replace-100/batches/batch_0042.json +7bb7d901569eb8b48e5f66c59a0621e3dfb3230666d54c5d7f7375fafe9393e5 traces/mixed-replace-100/batches/batch_0043.json +09c7172670592e1c44b5d118b5475cfc89bd9ef2b85b6be05b38cb651e3366e9 traces/mixed-replace-100/batches/batch_0044.json +07ca5cb265b9a05d23310d2cf012818b9a4c660ded12d979baf3a9bbbe3d831c traces/mixed-replace-100/batches/batch_0045.json +9474751949ea830b23ca5259eaf98eec250ff5dd56c007db833c2dec554ae91c traces/mixed-replace-100/batches/batch_0046.json +979a5d7c0c720ed7f5a0565b5333de14ef0e8054bbd59f15e4217e3dbf2832e3 traces/mixed-replace-100/batches/batch_0047.json +4310c2bc6645df9293a19261a27e0fd7b615b5917a789c15af7aa17aef48a5c0 traces/mixed-replace-100/batches/batch_0048.json +d190254b02cb1d1d79398a00e31cb4cd40381a5bf7da6713b28ecd554acb4962 traces/mixed-replace-100/batches/batch_0049.json +d0d57b27b007b473c86574e9440a1dcdd2e4eefaa491ac8a5139f886c4c89dbf traces/mixed-replace-100/batches/batch_0050.json +4b76138f7f00489490f55eb3802f50e0740d575d478c98152a093d872d6f3ef0 traces/mixed-replace-100/batches/batch_0051.json +1f716b6c4d3a51cdae0a9a8ab68639d8ddc6cb758878c72b563b6ed111443806 traces/mixed-replace-100/batches/batch_0052.json +c51be3f5e00be9a5a7b7de158bc2e91e2ab3febb3928f531cfca396c2540bcf4 traces/mixed-replace-100/batches/batch_0053.json +d044e971616a5841827ad4167487c3d30f6e2e337564d266bcce67c1706cf094 traces/mixed-replace-100/batches/batch_0054.json +a852cee48c9b5f6439d403e92c986492e4a60a8083e60add35923f83d19774de traces/mixed-replace-100/batches/batch_0055.json +318aeae79c339fc695a2f3a3163fd57f074f0517832cfb35abaa537424c819e9 traces/mixed-replace-100/batches/batch_0056.json +5ad7a6e12683e4e80f0e1e722636167ae4795ca16989df261e05893f63be9a3d traces/mixed-replace-100/batches/batch_0057.json +be8a4f07aec7926c37a26962dca66cae9354921b1cc5fbd8a0d816bc0c2e4c88 traces/mixed-replace-100/batches/batch_0058.json +91b781ce602a6039898adbfb4c9c0830388d8fa1ec8ecbf61a0e78a24f1f403b traces/mixed-replace-100/batches/batch_0059.json +22d622c45ce917be0548fffd4f8ace6bf4a18ac2a97391215e6a6c5e6c06100f traces/mixed-replace-100/batches/batch_0060.json +5e6b35b713344b0882e71fb44cf5ba08a1233704b944b06c8e6fc6ed1ce7bca8 traces/mixed-replace-100/batches/batch_0061.json +1032e7ec6dd87d9fb7642131b264d5f58a960b6e306c53336a5cfaf7b521352a traces/mixed-replace-100/batches/batch_0062.json +aa77eba2ee479d2c30626548fbd3537e5c982a3e401cea82731ec0f059337b6b traces/mixed-replace-100/batches/batch_0063.json +b20028045bbbb761f643b25e47b6b33e37d8ba543d017aefdddc1083c42b4d2f traces/mixed-replace-100/batches/batch_0064.json +273c55796be1883255ab88150e247f70398cc736b97affb3c9bdd25770a84912 traces/mixed-replace-100/batches/batch_0065.json +4e51c1d803a13ea4f98e4d0b1e0ae41141dd5b2413e1304064520dc18deaf761 traces/mixed-replace-100/batches/batch_0066.json +b3b0ffc5e477b4aa5af3c6eeafa5bccd55adaae57f57c5332da218eb753e544f traces/mixed-replace-100/batches/batch_0067.json +50608503a9a97c1981d7901ecd68dcc6953ed98a3e64db62e654bdb0264d0360 traces/mixed-replace-100/batches/batch_0068.json +9eae9b1af258cc22049026f1e7523724b50ae4925488caf038202538c36d970f traces/mixed-replace-100/batches/batch_0069.json +7cd4b48a931e4eb945c537be545f414d9abfa058b2887a982b3694a0a7e6fad6 traces/mixed-replace-100/batches/batch_0070.json +eff41e4a54c04b99eaa8f1efb18f34dc196c6c01d80db5517fc849a8ed118b31 traces/mixed-replace-100/batches/batch_0071.json +1c9b177349c2025845eaf36fc7a8589f28076fa72ca2d3f6f95d312c31476804 traces/mixed-replace-100/batches/batch_0072.json +1ee60750959f66e906758a8dab596051366030b105ffd60e6b1bf536bee6a56b traces/mixed-replace-100/batches/batch_0073.json +51f3cafb71100db9047b409590a6145831fb5272db56bb036eaf8fb132eccaae traces/mixed-replace-100/batches/batch_0074.json +4395e62c8ae0278a0dba783032118cae0be700f5a3e973d1198f44d8bb9056cf traces/mixed-replace-100/batches/batch_0075.json +ce0a35c4004fad224abd3e54bb73c7b714a174b84349dbafdc80e232f1390a8f traces/mixed-replace-100/batches/batch_0076.json +0d2687bdf5d74481a344c0db7043ed7a653c2e637186468afcd9d3f48f7a83d8 traces/mixed-replace-100/batches/batch_0077.json +1d57bd490f9e5950a5d891044e6789d753a02c9ff8defe6ae4f57b67bdebeed7 traces/mixed-replace-100/batches/batch_0078.json +62fd14a87fad2325a614ea7bc78aeac769e59053b55006aa244753c2ee06c4b7 traces/mixed-replace-100/batches/batch_0079.json +78453b46dcf06df5dad1602b6345d12194977923dc0bb2ed81014f22801acabc traces/mixed-replace-100/batches/batch_0080.json +2b308047b674eab5a16957c1de943b1ed62e47eed97c913dbdf24966f8c6107e traces/mixed-replace-100/batches/batch_0081.json +494350c9f1b826c4d913f653c7d978cdbf495754e97ebc59e4000d89cfde54b5 traces/mixed-replace-100/batches/batch_0082.json +4d8007cc57fe9bee02a8361464550aa4f68d56794cac20a529696be89e128311 traces/mixed-replace-100/batches/batch_0083.json +b69ed67a15451137966619ae5411358fe46aba0ce0d82fbf427d6193698adca4 traces/mixed-replace-100/batches/batch_0084.json +d8bf08f26e4f714ab29b66293f5ff92a0e52469b013b04a08e27438263d32112 traces/mixed-replace-100/batches/batch_0085.json +473526616053fb07298b31aa4a3499487a689fa6d077f7094185c39685988bb4 traces/mixed-replace-100/batches/batch_0086.json +b6802813391ca99f331657c46dee76486d1bad8bea32ea43c8e9029ade3a0e71 traces/mixed-replace-100/batches/batch_0087.json +00753e19df74c5a9f86cbb42a848418b91747dd227059923ab397415ab122ca9 traces/mixed-replace-100/batches/batch_0088.json +ef79104b1b613a1ff6896c6725fbf6631bc6629de1fea0f5edc3760c32e3a2bc traces/mixed-replace-100/batches/batch_0089.json +0ad958fc17aab420a92f7eac3fcec3fbdb501e65f1b74fd2b2d99f33b0fcaeb7 traces/mixed-replace-100/batches/batch_0090.json +d2c0e124b2aca098c9c0683a1d473584fb114f58b6e11c92258baa87aa804ce9 traces/mixed-replace-100/batches/batch_0091.json +efea0880853f9aba345b2eca327e2b70c5952a1aa11af389ab385e74622b689a traces/mixed-replace-100/batches/batch_0092.json +189af244845c08c9cba02f589fc77ac28e66bb1455ee9ae16e3f7b646faa84b8 traces/mixed-replace-100/batches/batch_0093.json +6e3dd146d574b6f99b4e2dd6dfb923207aa255b25afd30ee314fd3cd611a4f4f traces/mixed-replace-100/batches/batch_0094.json +4715edfcb1a71eb039300fbf73887e40ad63444fe099423c48e9e9548e3c22b0 traces/mixed-replace-100/batches/batch_0095.json +6ea072114ffeaeb7ed6eb0b1670ced78b3b396d524fb583983042278a106c39a traces/mixed-replace-100/batches/batch_0096.json +569eff4dc6466cbbe15c2fe6c2afe1f1c5857d8f81110a2c00440d6c195471ec traces/mixed-replace-100/batches/batch_0097.json +3e0e7ea976b4b13436c7d8f19d756e7879ce48333746e724ea28fd4f554ef64c traces/mixed-replace-100/batches/batch_0098.json +241765a446d32ea27eca5b4a841280478e616a476bf38279abac01376c9abc50 traces/mixed-replace-100/batches/batch_0099.json +94770319bdd9e3c893229e72ce65eb6cb192e53663f0d63e81b06b242ca3701b traces/mixed-replace-100/batches/batch_0100.json +271e93a56596edab63a9c845ceb74b457c18bf80a127792bce88e29de8fa2c16 traces/mixed-replace-100/groundtruth/checkpoint_0001.bin +1396c0a2d68bbc7481064a258acab666459efeb280080571b6be2661099025e1 traces/mixed-replace-100/groundtruth/checkpoint_0002.bin +d75a5a78e94530cb482fef6399bdff639d1d01406147614125c7bb6b5e41e262 traces/mixed-replace-100/groundtruth/checkpoint_0003.bin +93731ef0eaa518391e501993a9296b08ed54c40f5d2fceb6087ce55dd408808e traces/mixed-replace-100/groundtruth/checkpoint_0004.bin +3eabd2587b7e3a4b3ff30c8dc48ad65b1168eb94f53660d7dc0a2a5d7e36e757 traces/mixed-replace-100/groundtruth/checkpoint_0005.bin +2a57d89be464826181e6b42566b2d7cc96019f8ca8c36fe813ac996b8b3f959b traces/mixed-replace-100/groundtruth/checkpoint_0006.bin +2947ab0a73a334d65d48f1075210fedbdb15ec403006219f90575e7822f41c8d traces/mixed-replace-100/groundtruth/checkpoint_0007.bin +04049a9c54d53814e915b8c06351d14bed10e19b3b75ce7314fed33c06a3b292 traces/mixed-replace-100/groundtruth/checkpoint_0008.bin +aa91832e47dbf61f388d7380e85e847ac7891074978c51d993c8963a4782006d traces/mixed-replace-100/groundtruth/checkpoint_0009.bin +c6df27195ccd3b02d202cace648c4eb766a94f6cd1bfdb9a83382b997798aebc traces/mixed-replace-100/groundtruth/checkpoint_0010.bin +fef219f9527a5ee0a98114151bdd1395dd77ff24bdd94d7412e17e215e66e2e7 traces/mixed-replace-100/groundtruth/checkpoint_0011.bin +dc25d860e032d33ee1f6faa84df1f774153f2a4ee90b5d6e2f3a587499ae15fc traces/mixed-replace-100/groundtruth/checkpoint_0012.bin +35d009189b7916926e08093f9e20507a432acf41374020e475e3f6935af31889 traces/mixed-replace-100/groundtruth/checkpoint_0013.bin +095fabb88655997b3f8fbe5ba16b7d0eeba711846bb988dfca06fac317e18973 traces/mixed-replace-100/groundtruth/checkpoint_0014.bin +36b7b44739b77fe0b5c3a02982a896b366f262209bfc1b7f3ce1e3081912166a traces/mixed-replace-100/groundtruth/checkpoint_0015.bin +71e91ef9e0d5091c79c35a94863adadf53f3186f04533e41660ef0219c503fce traces/mixed-replace-100/groundtruth/checkpoint_0016.bin +b61894ca44caa4292f2ab1810dab4e0c8cdf35a2a76a0c0d1188246f97b07e12 traces/mixed-replace-100/groundtruth/checkpoint_0017.bin +a987e14c74e0829b5fde2a3aa2e4caa2910191b3fb39b0758a84b5b17a769ed2 traces/mixed-replace-100/groundtruth/checkpoint_0018.bin +c9d0a6604815b789c25bae1c24d88713e67f6c999fb6b50fd41c0b706e737d53 traces/mixed-replace-100/groundtruth/checkpoint_0019.bin +5cf8ad855e8895012dab005ad5b3c8ffae1170ca6e2c6f00a72a4e83157c4f5d traces/mixed-replace-100/groundtruth/checkpoint_0020.bin +898dfe19cb5530039f5f8380ca6f3b4897ab86f5462cac42582ae2e62dcc706a traces/mixed-replace-100/groundtruth/checkpoint_0021.bin +49ac1eaa59bb1ca791bc0bac4c160d75e41fd6b056a6e7997a562f29b9e5e2e8 traces/mixed-replace-100/groundtruth/checkpoint_0022.bin +4224cd403c79c069590b92577527b6db122c0cace0b137e86548b3ada40444b9 traces/mixed-replace-100/groundtruth/checkpoint_0023.bin +8ff5ca2c3804415738db19e6e672d11749559c4e66b5e45fccef060eb20a7be0 traces/mixed-replace-100/groundtruth/checkpoint_0024.bin +6707f45a3e0457ba4aaa8eb8009066a58721dcef5ca46908b6162c01e4046771 traces/mixed-replace-100/groundtruth/checkpoint_0025.bin +a0a2faebbd4255088221722e598efc4a71c34ee295ad39585529811eb7521e76 traces/mixed-replace-100/groundtruth/checkpoint_0026.bin +41cdcd15e63d43eecdfbd49706f3c4ad8fac76793948de2a65edf5b3d8495931 traces/mixed-replace-100/groundtruth/checkpoint_0027.bin +575fab0b18b103b79c624092c68fdb2d5e7857e1a079e7de61b44c90ff8b86b6 traces/mixed-replace-100/groundtruth/checkpoint_0028.bin +95c49d7ed01c757c7c07b65188484f16dbe16eead90f0932027a79f36d55120a traces/mixed-replace-100/groundtruth/checkpoint_0029.bin +8ed3c03d135cbabefe21f99061c4edcc2fb387b66e8412e84db141170d1b0bd3 traces/mixed-replace-100/groundtruth/checkpoint_0030.bin +4a0c09aebe9cb330b71e42bb18d55ee1e435441ca1d2027f2f76d7d63848dcab traces/mixed-replace-100/groundtruth/checkpoint_0031.bin +d14d16bc4a1d2fd7c5ef08cb8307189d5f01e9876d2c350017b705ce9c38e5c9 traces/mixed-replace-100/groundtruth/checkpoint_0032.bin +14daba8b7fe93d3e0bbd98da85c2ad4fb94c25b9524d64b8004ee6504dd46f95 traces/mixed-replace-100/groundtruth/checkpoint_0033.bin +d571f31e5853a7860321f8c1b2f25b859608e01ec4ec15f344392b7bc101d310 traces/mixed-replace-100/groundtruth/checkpoint_0034.bin +5f1a3ed6bb6637b7296fcd0ab87a8497e853ddb0fd642d3296d1fb2e089a44cd traces/mixed-replace-100/groundtruth/checkpoint_0035.bin +b1cf94dc3fea20c5f8de1fd69844fc6d0099bd2f097decf2d841a93eb92fd218 traces/mixed-replace-100/groundtruth/checkpoint_0036.bin +7147c78663bd1019aa723ac9f4889eb375a76a183acefe9855524133b660483e traces/mixed-replace-100/groundtruth/checkpoint_0037.bin +547d89ca714483558d8d74712a8177879577c653cdcb6bb95b2d9a920ec6c21b traces/mixed-replace-100/groundtruth/checkpoint_0038.bin +79cb156a13e0648e1bb3e193d568069aa4c660c8ee277c9cf8a06d2a112cb133 traces/mixed-replace-100/groundtruth/checkpoint_0039.bin +35b7fc99574425a9b8b6792ea885a73356556d0a69263f89703f2cb11ce1ebc5 traces/mixed-replace-100/groundtruth/checkpoint_0040.bin +60ab1c073240cc2471fc0a2f4452ec68ddf6e97f2414da28d597d3ccd939c5e3 traces/mixed-replace-100/groundtruth/checkpoint_0041.bin +1ebdfd9faf224c02f2d1270d4a91ef2b2dab534f8e1ad0cd6995c22a7f5db1d8 traces/mixed-replace-100/groundtruth/checkpoint_0042.bin +c5c073fd3f1b43a255badc2d6b809168e974b044a400b95787cee0402e213aac traces/mixed-replace-100/groundtruth/checkpoint_0043.bin +44efbe709206d8292819cd1b8a9e0c7bc383f3a666ace6611d2f5b4d335b0977 traces/mixed-replace-100/groundtruth/checkpoint_0044.bin +dbecfb1ac7993aca518cfa9f6dbd7e21108652eeb9105dc4dc0abf32e863ff9f traces/mixed-replace-100/groundtruth/checkpoint_0045.bin +782e1ad89dbea32129986d236028ae2c070d1db9061df662c4fc6a2ddd894efa traces/mixed-replace-100/groundtruth/checkpoint_0046.bin +0d7d785a212c69a01f219d2c8a25c6749069b03c344ffcd1490a9555e2a56cac traces/mixed-replace-100/groundtruth/checkpoint_0047.bin +37dacb9e6dbb4134cf7638329766f0db6fdcf3ef92d19a24e335c59c699ce400 traces/mixed-replace-100/groundtruth/checkpoint_0048.bin +a51a91115e18f821bcf745975b7eef07af5d1b0731a517e878479cf109dfec9b traces/mixed-replace-100/groundtruth/checkpoint_0049.bin +bddee087aa4ad5364626ca4f6716ecb5fd2c9de45b955b34f9357f66d3d2a7d2 traces/mixed-replace-100/groundtruth/checkpoint_0050.bin +4a7f721411eb67aec32c3887568784d745179ef16d68ee77dd2c3b69ad04f64e traces/mixed-replace-100/groundtruth/checkpoint_0051.bin +5e13eea74f5c94713538ff2ea89cc3c63f80c7e1b31f0d4d6ad79e2d991c760e traces/mixed-replace-100/groundtruth/checkpoint_0052.bin +2e50671ec81d03a56b607101f5673533061edea9423dd4a04a019610f984beee traces/mixed-replace-100/groundtruth/checkpoint_0053.bin +ada10b8e4188ad50a772a5cbf37f85aa8e88861aaa421a8e363156f3dc70958c traces/mixed-replace-100/groundtruth/checkpoint_0054.bin +c543dd6511b3f732c2b98457e3f959087c95edbde52b8c97b051c129c2b37707 traces/mixed-replace-100/groundtruth/checkpoint_0055.bin +9873f336974856114fa8f6c39133b75a9cd8d57b989889eb9011de2131ab9815 traces/mixed-replace-100/groundtruth/checkpoint_0056.bin +37a3878031b063edb922322ff67601e41adba9669696251c76750c90585e2b68 traces/mixed-replace-100/groundtruth/checkpoint_0057.bin +0d3ba31a5d268923212c630bf3ae80764dc2e8982af234d2a855bfc16ee2e337 traces/mixed-replace-100/groundtruth/checkpoint_0058.bin +71fa37f6c2bdcfde2a4f0e6e0cfb322694fa6ab9bfd51ae6056a7f8e1d2db600 traces/mixed-replace-100/groundtruth/checkpoint_0059.bin +bb52d46e605f6537cfb589fa1410313795aa161030ba1ea3b477765fd1de2436 traces/mixed-replace-100/groundtruth/checkpoint_0060.bin +7582041c95e716d403bcb2bdcea20a1c66aff580c102bfe000baa11496897b8f traces/mixed-replace-100/groundtruth/checkpoint_0061.bin +942ba40c566051fe385b541a6feadf0408a94647cbe3903c1b1fb432f8cae616 traces/mixed-replace-100/groundtruth/checkpoint_0062.bin +d3970981b4d33d0d8a48557246e3ce1623231f3b6e58db08605dad7703255fb5 traces/mixed-replace-100/groundtruth/checkpoint_0063.bin +3fdaafa339b32a2cb3499e4b23ac85b5668b80ed6b3fdcbf96a21804ad20b6b9 traces/mixed-replace-100/groundtruth/checkpoint_0064.bin +06b66a044de6b0da9b3ceea9aad36328119650d7146f0e1184938475dba8cd02 traces/mixed-replace-100/groundtruth/checkpoint_0065.bin +34c986a5328a7e8bc9668edc11a28bf997c8786efc021c01232d3802f6893f41 traces/mixed-replace-100/groundtruth/checkpoint_0066.bin +06c1998323ea6446bd9ae327075bea6e61639ed72e6d514ae14ef3dea6cb1df8 traces/mixed-replace-100/groundtruth/checkpoint_0067.bin +8d7bb3b3a9b9446a9671c7754a28198950d60c90f8fbe24741eee8480c1a2c75 traces/mixed-replace-100/groundtruth/checkpoint_0068.bin +0eb10f0304d2141d5a617d3ecc5a27fc71d7b778d331cbc12c71c964440e7164 traces/mixed-replace-100/groundtruth/checkpoint_0069.bin +872f1678974bce47476b034008a34e8f03b762649b873c4f40362c1dd11b38b3 traces/mixed-replace-100/groundtruth/checkpoint_0070.bin +b7dd381232522479c64b81cdb6e279a1f18126b53d18c1db5627287882b28fbe traces/mixed-replace-100/groundtruth/checkpoint_0071.bin +d1dba1769a565689c9da1842ef8b711d2e24b863c38b7e0e1bf879227c3d3984 traces/mixed-replace-100/groundtruth/checkpoint_0072.bin +03c16e2c4d465893b7267bd5e9c040e8e65f23a342511b2ff4fe0260f35503b5 traces/mixed-replace-100/groundtruth/checkpoint_0073.bin +3d6c9eaecb36cf15a9fcbb8be94459c19f618860c165de462e37e737ba292cfb traces/mixed-replace-100/groundtruth/checkpoint_0074.bin +e3d13c54d5fb8a028b5322d828e94e03b9e61a82562ed53885a785be6f67cffa traces/mixed-replace-100/groundtruth/checkpoint_0075.bin +4e61ba7ead1f7ad4a965717568ffc42ccc0b9a87f8d4ac0b8c1d6224a6005167 traces/mixed-replace-100/groundtruth/checkpoint_0076.bin +cc0b071d78c734939398bca1aa0200d7009c60ef8f630e78c7d496bfeba36672 traces/mixed-replace-100/groundtruth/checkpoint_0077.bin +337c208f3893c1f17434659fee5b6b2009abe70c9274e4bbba3d09aa8b0de064 traces/mixed-replace-100/groundtruth/checkpoint_0078.bin +4d40d34ab7c193742d73ec8033fc480f61e770949b35e56be1e751822fb9ada8 traces/mixed-replace-100/groundtruth/checkpoint_0079.bin +e5da545c1c75c3e10519633f031752b2f0e2785d3a75946857695667752c55c4 traces/mixed-replace-100/groundtruth/checkpoint_0080.bin +85d9ea723ecc85f15354b3dda56b6b66889dba7b40f8105ea7845338b203ef0f traces/mixed-replace-100/groundtruth/checkpoint_0081.bin +5a6f0c9b7b08f38d57354d651a4508dcb6a914bfa6dd22a83d4952ff0d0c7199 traces/mixed-replace-100/groundtruth/checkpoint_0082.bin +4677b05a283d215febc0af95a54340716557538e06668f8edf87ed05c0bfa4d9 traces/mixed-replace-100/groundtruth/checkpoint_0083.bin +edf029399e4096c8702a571674b207a6a3320512bc3b9eabdc092b63b0f32ca6 traces/mixed-replace-100/groundtruth/checkpoint_0084.bin +2237a896bb620d3aad72069ac8cff9ae026964f6f47a380bb2954d22fffd0edf traces/mixed-replace-100/groundtruth/checkpoint_0085.bin +08a02932288af3dd4cdffbee2f61e2f24ab3815b540f4e0150a2437b1f69f121 traces/mixed-replace-100/groundtruth/checkpoint_0086.bin +f7437e4c9c2f4e3a2748064f7f504c0a9232bae8b0ce2ca528e2d8a74ed1fc5d traces/mixed-replace-100/groundtruth/checkpoint_0087.bin +cc267fad92a86877213212770d584e1185abf618320e4cf5877c0543517b532a traces/mixed-replace-100/groundtruth/checkpoint_0088.bin +45246ac467d8a73464ffd0aa69280725358f19be6f2b2a40df26eba3989ae155 traces/mixed-replace-100/groundtruth/checkpoint_0089.bin +85fc246e84c0000a34edfb5d87eb1059af218ce91e452eebd1fba6c4910c19e1 traces/mixed-replace-100/groundtruth/checkpoint_0090.bin +a944fd81f092e85c94043403e530ae5337e295c7fb71fe9aed5809544b1d851f traces/mixed-replace-100/groundtruth/checkpoint_0091.bin +3488dfd292eb656dba6b712716d379f0f06fcb6639951557a9d6c61c6792bd20 traces/mixed-replace-100/groundtruth/checkpoint_0092.bin +1297414c11afc5885825740224dccc3b0646b8cdee9f997ac61aa19972c8e980 traces/mixed-replace-100/groundtruth/checkpoint_0093.bin +319887ff01af9292bb3ae7d8336e782b9725239678923f752519359bc9decfed traces/mixed-replace-100/groundtruth/checkpoint_0094.bin +668a4b6a99e30d9fead75178b572265545802cdb49804384adf152f3864f4a75 traces/mixed-replace-100/groundtruth/checkpoint_0095.bin +e6c72c2c3f2df2a666096001f65d7f018c3cfec924782fc88707a6a72afc8026 traces/mixed-replace-100/groundtruth/checkpoint_0096.bin +15825dc3d09e79b0fdec8953105b16f0848d3b943af111eed780194cc6a52262 traces/mixed-replace-100/groundtruth/checkpoint_0097.bin +b091296f1e0f0385b92801ca7450c0afa0fc966feed6a15662b13002b961e25d traces/mixed-replace-100/groundtruth/checkpoint_0098.bin +58ba008294ddca0996b0b7b231a99433b5fbbf7a5b3043e47bcdd20ed1543b3b traces/mixed-replace-100/groundtruth/checkpoint_0099.bin +40a1a75c5ccc8a9be47c6055eb8628805e9e57cdfe13cb404bc12c66d62ced7a traces/mixed-replace-100/groundtruth/checkpoint_0100.bin +727c6fe2340c8febefadf34a2fe72b94cc04afca07be74d7e085d56669923164 traces/mixed-replace-100/trace.json +88332fcfc0662b21c7283197570e8957baf89275e06b635b84a9647da71cdcad update_order.u32 +a08da5b00ac2693c85ad4ead7e02312ad581cbfb166cd9454f1691b14f800fae workload.json diff --git a/groundtruth/active_80m.bin b/groundtruth/active_80m.bin new file mode 100644 index 0000000000000000000000000000000000000000..03af6655b62606d7f1c7b190c3cd8ee49d76f48e --- /dev/null +++ b/groundtruth/active_80m.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34733dc4979955f8778db17267639347d26f6580e8b86ad62dafe5cd21e76da +size 1172648 diff --git a/groundtruth_manifest.json b/groundtruth_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c224a59cdbf3aae8bc69307f5b67bad39468691e --- /dev/null +++ b/groundtruth_manifest.json @@ -0,0 +1,1139 @@ +{ + "checkpoints": [ + { + "checkpoint": "active_80m", + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/groundtruth/active_80m.bin", + "trace_id": "initial-80m", + "valid": true + }, + { + "checkpoint": 1, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0001.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 2, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0002.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 3, + "invalid_query_count": 0, + "min_retained": 65, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0003.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 4, + "invalid_query_count": 0, + "min_retained": 66, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0004.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 5, + "invalid_query_count": 0, + "min_retained": 69, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0005.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 6, + "invalid_query_count": 0, + "min_retained": 72, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0006.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 7, + "invalid_query_count": 0, + "min_retained": 73, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0007.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 8, + "invalid_query_count": 0, + "min_retained": 73, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0008.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 9, + "invalid_query_count": 0, + "min_retained": 74, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0009.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 10, + "invalid_query_count": 0, + "min_retained": 77, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0010.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 11, + "invalid_query_count": 0, + "min_retained": 78, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0011.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 12, + "invalid_query_count": 0, + "min_retained": 79, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0012.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 13, + "invalid_query_count": 0, + "min_retained": 81, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0013.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 14, + "invalid_query_count": 0, + "min_retained": 81, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0014.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 15, + "invalid_query_count": 0, + "min_retained": 85, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0015.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 16, + "invalid_query_count": 0, + "min_retained": 86, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0016.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 17, + "invalid_query_count": 0, + "min_retained": 88, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0017.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 18, + "invalid_query_count": 0, + "min_retained": 91, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0018.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 19, + "invalid_query_count": 0, + "min_retained": 94, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0019.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 20, + "invalid_query_count": 0, + "min_retained": 100, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/insert-20/groundtruth/checkpoint_0020.bin", + "trace_id": "insert-20", + "valid": true + }, + { + "checkpoint": 1, + "invalid_query_count": 0, + "min_retained": 93, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0001.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 2, + "invalid_query_count": 0, + "min_retained": 88, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0002.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 3, + "invalid_query_count": 0, + "min_retained": 87, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0003.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 4, + "invalid_query_count": 0, + "min_retained": 85, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0004.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 5, + "invalid_query_count": 0, + "min_retained": 85, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0005.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 6, + "invalid_query_count": 0, + "min_retained": 83, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0006.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 7, + "invalid_query_count": 0, + "min_retained": 81, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0007.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 8, + "invalid_query_count": 0, + "min_retained": 77, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0008.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 9, + "invalid_query_count": 0, + "min_retained": 75, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0009.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 10, + "invalid_query_count": 0, + "min_retained": 73, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0010.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 11, + "invalid_query_count": 0, + "min_retained": 73, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0011.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 12, + "invalid_query_count": 0, + "min_retained": 72, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0012.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 13, + "invalid_query_count": 0, + "min_retained": 71, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0013.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 14, + "invalid_query_count": 0, + "min_retained": 69, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0014.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 15, + "invalid_query_count": 0, + "min_retained": 68, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0015.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 16, + "invalid_query_count": 0, + "min_retained": 66, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0016.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 17, + "invalid_query_count": 0, + "min_retained": 65, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0017.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 18, + "invalid_query_count": 0, + "min_retained": 65, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0018.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 19, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0019.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 20, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/delete-20/groundtruth/checkpoint_0020.bin", + "trace_id": "delete-20", + "valid": true + }, + { + "checkpoint": 1, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0001.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 2, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0002.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 3, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0003.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 4, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0004.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 5, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0005.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 6, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0006.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 7, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0007.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 8, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0008.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 9, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0009.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 10, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0010.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 11, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0011.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 12, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0012.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 13, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0013.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 14, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0014.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 15, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0015.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 16, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0016.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 17, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0017.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 18, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0018.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 19, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0019.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 20, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0020.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 21, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0021.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 22, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0022.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 23, + "invalid_query_count": 0, + "min_retained": 59, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0023.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 24, + "invalid_query_count": 0, + "min_retained": 59, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0024.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 25, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0025.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 26, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0026.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 27, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0027.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 28, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0028.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 29, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0029.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 30, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0030.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 31, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0031.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 32, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0032.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 33, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0033.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 34, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0034.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 35, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0035.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 36, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0036.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 37, + "invalid_query_count": 0, + "min_retained": 59, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0037.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 38, + "invalid_query_count": 0, + "min_retained": 59, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0038.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 39, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0039.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 40, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0040.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 41, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0041.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 42, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0042.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 43, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0043.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 44, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0044.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 45, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0045.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 46, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0046.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 47, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0047.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 48, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0048.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 49, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0049.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 50, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0050.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 51, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0051.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 52, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0052.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 53, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0053.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 54, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0054.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 55, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0055.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 56, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0056.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 57, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0057.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 58, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0058.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 59, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0059.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 60, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0060.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 61, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0061.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 62, + "invalid_query_count": 0, + "min_retained": 60, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0062.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 63, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0063.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 64, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0064.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 65, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0065.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 66, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0066.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 67, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0067.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 68, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0068.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 69, + "invalid_query_count": 0, + "min_retained": 65, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0069.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 70, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0070.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 71, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0071.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 72, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0072.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 73, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0073.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 74, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0074.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 75, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0075.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 76, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0076.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 77, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0077.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 78, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0078.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 79, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0079.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 80, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0080.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 81, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0081.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 82, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0082.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 83, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0083.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 84, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0084.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 85, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0085.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 86, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0086.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 87, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0087.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 88, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0088.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 89, + "invalid_query_count": 0, + "min_retained": 64, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0089.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 90, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0090.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 91, + "invalid_query_count": 0, + "min_retained": 63, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0091.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 92, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0092.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 93, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0093.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 94, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0094.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 95, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0095.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 96, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0096.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 97, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0097.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 98, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0098.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 99, + "invalid_query_count": 0, + "min_retained": 61, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0099.bin", + "trace_id": "mixed-replace-100", + "valid": true + }, + { + "checkpoint": 100, + "invalid_query_count": 0, + "min_retained": 62, + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/traces/mixed-replace-100/groundtruth/checkpoint_0100.bin", + "trace_id": "mixed-replace-100", + "valid": true + } + ], + "completed_at": "2026-07-19 19:34:51 UTC", + "dataset": "spacev", + "elapsed_seconds": 27.503, + "source_depth": 100, + "source_groundtruth": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/groundtruth.bin", + "source_layout": "header+uint32_ids+float32_distances", + "top_k": 10 +} diff --git a/initial/index_80m_m32_efc500 b/initial/index_80m_m32_efc500 new file mode 100644 index 0000000000000000000000000000000000000000..156989e01ea4fe3eee0596f7764165c8eaebd901 --- /dev/null +++ b/initial/index_80m_m32_efc500 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7a12d0672d93ba045fda86db89b609f942f48c9c65d98efdbf44547fa37fb8 +size 30100503336 diff --git a/initial/index_80m_m32_efc500.build.json b/initial/index_80m_m32_efc500.build.json new file mode 100644 index 0000000000000000000000000000000000000000..028104fdcdec362bb1061c954a283d95b181f850 --- /dev/null +++ b/initial/index_80m_m32_efc500.build.json @@ -0,0 +1,18 @@ +{ + "M": 32, + "base_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/base.i8bin", + "batch_size": 100000, + "dataset": "spacev", + "dtype": "int8", + "ef_construction": 500, + "ef_search": 150, + "elapsed_seconds": 5394.35, + "element_count": 80000000, + "label_source": "update_order.u32[0:80000000]", + "labels_equal_A": true, + "metric": "l2", + "path": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/initial/index_80m_m32_efc500", + "sidecar": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/initial/index_80m_m32_efc500.hnswmeta.json", + "threads": 96, + "update_order": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/update_order.u32" +} diff --git a/initial/index_80m_m32_efc500.hnswmeta.json b/initial/index_80m_m32_efc500.hnswmeta.json new file mode 100644 index 0000000000000000000000000000000000000000..26766d58d800d7c9b5c07bd3475484afa7642f4c --- /dev/null +++ b/initial/index_80m_m32_efc500.hnswmeta.json @@ -0,0 +1,20 @@ +{ + "format": "hnswlib-typed-index-metadata", + "version": 1, + "space": "l2", + "dtype": "int8", + "dim": 100, + "distance_type": "float32", + "payload_bytes_per_vector": 100, + "index_file": "/home/cc/workspace/batch-update-eval-datasets/spacev-100m-batch-update-eval/initial/index_80m_m32_efc500", + "index_file_size": 30100503336, + "max_elements": 80000000, + "cur_element_count": 80000000, + "size_data_per_element": 368, + "label_offset": 360, + "offset_data": 260, + "max_M": 32, + "max_M0": 64, + "M": 32, + "ef_construction": 500 +} diff --git a/source_manifest.json b/source_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b59063e66ef7887fa4628952bf43c653aaa5abc5 --- /dev/null +++ b/source_manifest.json @@ -0,0 +1,39 @@ +{ + "created_at": "2026-07-19 19:34:19 UTC", + "dataset": "spacev", + "package": "spacev-100m-batch-update-eval", + "parameters": { + "base_count": 100000000, + "batch_rows": 1000000, + "gt_top_k": 10, + "hnsw_ef_construction": 500, + "hnsw_m": 32, + "initial_count": 80000000, + "order_seed": 42, + "threads": 96 + }, + "schema": "batch-update-eval-source-manifest.v1", + "scope": { + "batch_artifact_resolver_updated": false, + "pq_reordered": false, + "runtime_solver_updated": false + }, + "static_dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "static_local_root": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval", + "static_required_local_inputs": [ + "base.i8bin", + "orig_query_29.3k.i8bin", + "groundtruth.bin", + "README.md", + "checksums.sha256", + "source_manifest.json", + "index_build.json", + "search_ef150.json" + ], + "tooling": { + "hnswlib_root": "/home/cc/workspace/hnswlib", + "prep_root": "/home/cc/workspace/vectordb-dataset/batch-update-eval-prep", + "python": "/home/cc/workspace/vectordb-cxl/venv/bin/python", + "vectordb_cxl_root": "/home/cc/workspace/vectordb-cxl" + } +} diff --git a/static-workload-reference.json b/static-workload-reference.json new file mode 100644 index 0000000000000000000000000000000000000000..592791ae4b137c4f505339c01d4e3f7bd8d8e586 --- /dev/null +++ b/static-workload-reference.json @@ -0,0 +1,271 @@ +{ + "dataset": "spacev", + "notes": [ + "Static-search-eval artifacts are immutable inputs.", + "The batch-update package references static base/query/source GT and static index/PQ artifacts instead of duplicating them.", + "PQ is referenced but not reordered into the first batch-update package version." + ], + "references": [ + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/README.md", + "local_present": true, + "path": "README.md", + "remote_present": true, + "sha256": "7ed9a3f41db2d621a4786c5636e57320ccab69699312faee509e4757c915057d", + "size": 2372, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/base.i8bin", + "local_present": true, + "path": "base.i8bin", + "remote_present": true, + "sha256": "da84e072986a8bca4520ee27e67501584e13e1b74fb1e3484fa9c5d881e97e75", + "size": 10000000008, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/checksums.sha256", + "local_present": true, + "path": "checksums.sha256", + "remote_present": true, + "sha256": null, + "size": 1578, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/groundtruth.bin", + "local_present": true, + "path": "groundtruth.bin", + "remote_present": true, + "sha256": "8857de5ec54560d1f655f38d12edfc85aa47a900dfd24e1fee9b43d9d85fa3f2", + "size": 23452808, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/index_build.json", + "local_present": true, + "path": "index_build.json", + "remote_present": true, + "sha256": "83d62504b43d360249db2d3abff8b5cda17a347262eb2ef5766c764850003483", + "size": 1169, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "index_m_32_ef_500", + "remote_present": true, + "sha256": "3d0bda58d86af2bcc96e036f921751ff1da028399f48331bfdccf94165e0ca0b", + "size": 37625675808, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "index_m_32_ef_500.hnswmeta.json", + "remote_present": true, + "sha256": "716f3d7ee11448b8e4a9f63d28ab256252f156ee2f855a53484ba6e3c1cd30f5", + "size": 535, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "layout-sidecar/index_m_32_ef_500.id_mapping.u32", + "remote_present": true, + "sha256": null, + "size": 400000000, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "layout-sidecar/index_m_32_ef_500.layout.json", + "remote_present": true, + "sha256": null, + "size": 840, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "layout-sidecar/index_m_32_ef_500.levels.u16", + "remote_present": true, + "sha256": null, + "size": 200000000, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/orig_query_29.3k.i8bin", + "local_present": true, + "path": "orig_query_29.3k.i8bin", + "remote_present": true, + "sha256": "6a531887daca721f633da2b92dacc0aa4c3512aef8ae671031e825ce7134a9e6", + "size": 2931608, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m10.pqcodebook", + "remote_present": true, + "sha256": "a6ace22debb2937d8e18c5584f451aa7f70fb1a39e0b8976e9fbc5e92ce6a1d2", + "size": 102433, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m10.pqcodes", + "remote_present": true, + "sha256": "68977d11e11f8564991e21092b7159ff7f6c3eb345cfa172322d42e4c480d34d", + "size": 1000000029, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m10.pqmeta", + "remote_present": true, + "sha256": "cd64c168f9ebcac511c121afee337055514993f5f01c34b493c0e48affa57263", + "size": 29, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m20.pqcodebook", + "remote_present": true, + "sha256": "886e16e94df6128624007fd4b3b5ae5231abb27d2ec55634558a9f96df2c1961", + "size": 102433, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m20.pqcodes", + "remote_present": true, + "sha256": "cfc0d00f77e2de9055c43f0cb4881b781ef82fd9575781ef90cec5813b1c2dd4", + "size": 2000000029, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m20.pqmeta", + "remote_present": true, + "sha256": "32662813377ab4e50c88fe179707b367b760b45ac16a841f12366418f458f448", + "size": 29, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m25.pqcodebook", + "remote_present": true, + "sha256": "e4b485e71a4d980d83017242f1a09fc58e148bb62450cf8d08e826636a9da92a", + "size": 102433, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m25.pqcodes", + "remote_present": true, + "sha256": "5096e6cfc2acc71319d9cf521c63f91597cf91045d73c8e9a4f07ea4ae3fb2d8", + "size": 2500000029, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_m25.pqmeta", + "remote_present": true, + "sha256": "7c675a66d175c2667ac643a18247439d2b4e767ea3fe92db90b7ca4e3c8e0b17", + "size": 29, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": null, + "local_present": false, + "path": "pq_manifest.json", + "remote_present": true, + "sha256": "c6e8356c4a6c25e1b01d388ef7e7493beca3b2d42f3c42fd7e015d226ddd83f6", + "size": 442, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/search_ef150.json", + "local_present": true, + "path": "search_ef150.json", + "remote_present": true, + "sha256": "c27c556ea91f88a704ad93d74bf88933ada7b2b91ab177c468d123f34980b50f", + "size": 480, + "source_url": null + }, + { + "backend": "kaggle", + "dataset_ref": "shurangwu/spacev-100m-static-search-eval", + "local_path": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval/source_manifest.json", + "local_present": true, + "path": "source_manifest.json", + "remote_present": true, + "sha256": "a59d52f39ff7d69d23038ea71275a97d24403b86b8cf1b60ec811fef47b01501", + "size": 780, + "source_url": null + } + ], + "schema": "batch-update-eval-static-reference.v1", + "static_dataset": { + "backend": "kaggle", + "file_list_record": "/home/cc/workspace/vectordb-dataset/batch-update-eval-prep/.state/spacev/static_kaggle_files.txt", + "local_root": "/home/cc/workspace/static-search-eval-datasets/spacev-100m-static-search-eval", + "ref": "shurangwu/spacev-100m-static-search-eval", + "slug": "spacev-100m-static-search-eval" + } +} diff --git a/traces/delete-20/batches/batch_0001.json b/traces/delete-20/batches/batch_0001.json new file mode 100644 index 0000000000000000000000000000000000000000..e58024f60f6d47c74e3cdb7ebd2cf2b018bbb262 --- /dev/null +++ b/traces/delete-20/batches/batch_0001.json @@ -0,0 +1,23 @@ +{ + "batch_index": 1, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0001.bin", + "index": 1, + "live_count": 99000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0002.json b/traces/delete-20/batches/batch_0002.json new file mode 100644 index 0000000000000000000000000000000000000000..e9131ed131ba50048dd38e07ad1d5bf4cec4b50a --- /dev/null +++ b/traces/delete-20/batches/batch_0002.json @@ -0,0 +1,23 @@ +{ + "batch_index": 2, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0002.bin", + "index": 2, + "live_count": 98000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0003.json b/traces/delete-20/batches/batch_0003.json new file mode 100644 index 0000000000000000000000000000000000000000..d169e3cee1137d2f8c11305f3d6b5c4152e5ac0f --- /dev/null +++ b/traces/delete-20/batches/batch_0003.json @@ -0,0 +1,23 @@ +{ + "batch_index": 3, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0003.bin", + "index": 3, + "live_count": 97000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0004.json b/traces/delete-20/batches/batch_0004.json new file mode 100644 index 0000000000000000000000000000000000000000..aa656854498bfbbdf856d97c3a2832229b76924e --- /dev/null +++ b/traces/delete-20/batches/batch_0004.json @@ -0,0 +1,23 @@ +{ + "batch_index": 4, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0004.bin", + "index": 4, + "live_count": 96000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0005.json b/traces/delete-20/batches/batch_0005.json new file mode 100644 index 0000000000000000000000000000000000000000..9cf3cf5ddeb8f0bf1d89dce3942ba78018db1b48 --- /dev/null +++ b/traces/delete-20/batches/batch_0005.json @@ -0,0 +1,23 @@ +{ + "batch_index": 5, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0005.bin", + "index": 5, + "live_count": 95000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0006.json b/traces/delete-20/batches/batch_0006.json new file mode 100644 index 0000000000000000000000000000000000000000..ededd47ee0df8f66b00ada555d0723850ccd07dd --- /dev/null +++ b/traces/delete-20/batches/batch_0006.json @@ -0,0 +1,23 @@ +{ + "batch_index": 6, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0006.bin", + "index": 6, + "live_count": 94000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0007.json b/traces/delete-20/batches/batch_0007.json new file mode 100644 index 0000000000000000000000000000000000000000..af340359c377d4dbdd3bc6833a3a828c7b6aacc8 --- /dev/null +++ b/traces/delete-20/batches/batch_0007.json @@ -0,0 +1,23 @@ +{ + "batch_index": 7, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0007.bin", + "index": 7, + "live_count": 93000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0008.json b/traces/delete-20/batches/batch_0008.json new file mode 100644 index 0000000000000000000000000000000000000000..872095fdff11d4ccd02fb33624c3a064b080ea1c --- /dev/null +++ b/traces/delete-20/batches/batch_0008.json @@ -0,0 +1,23 @@ +{ + "batch_index": 8, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0008.bin", + "index": 8, + "live_count": 92000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0009.json b/traces/delete-20/batches/batch_0009.json new file mode 100644 index 0000000000000000000000000000000000000000..8be8965b54df2211d559e9d549735d11980585db --- /dev/null +++ b/traces/delete-20/batches/batch_0009.json @@ -0,0 +1,23 @@ +{ + "batch_index": 9, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0009.bin", + "index": 9, + "live_count": 91000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0010.json b/traces/delete-20/batches/batch_0010.json new file mode 100644 index 0000000000000000000000000000000000000000..95c8f6bb0d44d1616a93203650f28f115b69ef6e --- /dev/null +++ b/traces/delete-20/batches/batch_0010.json @@ -0,0 +1,23 @@ +{ + "batch_index": 10, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0010.bin", + "index": 10, + "live_count": 90000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0011.json b/traces/delete-20/batches/batch_0011.json new file mode 100644 index 0000000000000000000000000000000000000000..063c9606a3bea6e176fa92c0a334db32b8608010 --- /dev/null +++ b/traces/delete-20/batches/batch_0011.json @@ -0,0 +1,23 @@ +{ + "batch_index": 11, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0011.bin", + "index": 11, + "live_count": 89000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0012.json b/traces/delete-20/batches/batch_0012.json new file mode 100644 index 0000000000000000000000000000000000000000..335e76a314935b9b121f3ce3c3a38c07a6aef6b0 --- /dev/null +++ b/traces/delete-20/batches/batch_0012.json @@ -0,0 +1,23 @@ +{ + "batch_index": 12, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0012.bin", + "index": 12, + "live_count": 88000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0013.json b/traces/delete-20/batches/batch_0013.json new file mode 100644 index 0000000000000000000000000000000000000000..f50b4f39d749b4c67974f7642e9de44e3dd1bf9c --- /dev/null +++ b/traces/delete-20/batches/batch_0013.json @@ -0,0 +1,23 @@ +{ + "batch_index": 13, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0013.bin", + "index": 13, + "live_count": 87000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0014.json b/traces/delete-20/batches/batch_0014.json new file mode 100644 index 0000000000000000000000000000000000000000..12f5bfd9e73a998def4e1622bd83ee0126eb3a52 --- /dev/null +++ b/traces/delete-20/batches/batch_0014.json @@ -0,0 +1,23 @@ +{ + "batch_index": 14, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0014.bin", + "index": 14, + "live_count": 86000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0015.json b/traces/delete-20/batches/batch_0015.json new file mode 100644 index 0000000000000000000000000000000000000000..27a3a47407ee456ea91fe0811b7ba2c5aed2494c --- /dev/null +++ b/traces/delete-20/batches/batch_0015.json @@ -0,0 +1,23 @@ +{ + "batch_index": 15, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0015.bin", + "index": 15, + "live_count": 85000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0016.json b/traces/delete-20/batches/batch_0016.json new file mode 100644 index 0000000000000000000000000000000000000000..a5bfc1310c9119634f82f42365072f9809b6cfa5 --- /dev/null +++ b/traces/delete-20/batches/batch_0016.json @@ -0,0 +1,23 @@ +{ + "batch_index": 16, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0016.bin", + "index": 16, + "live_count": 84000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0017.json b/traces/delete-20/batches/batch_0017.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f31a69b1ba10b974f6421204ef4aace0928d63 --- /dev/null +++ b/traces/delete-20/batches/batch_0017.json @@ -0,0 +1,23 @@ +{ + "batch_index": 17, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0017.bin", + "index": 17, + "live_count": 83000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0018.json b/traces/delete-20/batches/batch_0018.json new file mode 100644 index 0000000000000000000000000000000000000000..5921b006add1c920ffab5c24486348053d7f8f94 --- /dev/null +++ b/traces/delete-20/batches/batch_0018.json @@ -0,0 +1,23 @@ +{ + "batch_index": 18, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0018.bin", + "index": 18, + "live_count": 82000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0019.json b/traces/delete-20/batches/batch_0019.json new file mode 100644 index 0000000000000000000000000000000000000000..e27878a25fbbda62f1ab13736003574092a34216 --- /dev/null +++ b/traces/delete-20/batches/batch_0019.json @@ -0,0 +1,23 @@ +{ + "batch_index": 19, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0019.bin", + "index": 19, + "live_count": 81000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/batches/batch_0020.json b/traces/delete-20/batches/batch_0020.json new file mode 100644 index 0000000000000000000000000000000000000000..44d305c01250c665b0f5866d430720556102c0db --- /dev/null +++ b/traces/delete-20/batches/batch_0020.json @@ -0,0 +1,23 @@ +{ + "batch_index": 20, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0020.bin", + "index": 20, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32" + }, + "type": "delete" + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "delete-20" +} diff --git a/traces/delete-20/groundtruth/checkpoint_0001.bin b/traces/delete-20/groundtruth/checkpoint_0001.bin new file mode 100644 index 0000000000000000000000000000000000000000..549cf3b43453fe7e1bcdc6409297681529edd935 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0001.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129622eb72d0dbb5a7034ef3ef6bf2fca7291341541d171da60752491a2b494e +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0002.bin b/traces/delete-20/groundtruth/checkpoint_0002.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1faa3fb5a6bf43dc8ce89929d1488813d524010 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0002.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5f6554f1317b60a6d58ebe742c2b3745bc551dcfc3a5ac1ef76f243c328d99 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0003.bin b/traces/delete-20/groundtruth/checkpoint_0003.bin new file mode 100644 index 0000000000000000000000000000000000000000..a3623fb854f16f299b2aa3f3d704b1d170ca876f --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0003.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9939ae0963f8443417306448ee3823b3b22682694db357abb4cd9f2d164134 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0004.bin b/traces/delete-20/groundtruth/checkpoint_0004.bin new file mode 100644 index 0000000000000000000000000000000000000000..c6059236edc5b2449c574f4db5239a9f7241136e --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0004.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43dabeb69daa68d3d8ef150941c55e674cf482632a89b05df9e46f2a2c04b3f +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0005.bin b/traces/delete-20/groundtruth/checkpoint_0005.bin new file mode 100644 index 0000000000000000000000000000000000000000..9cac82d04637f56a48f03f7553ccd6c1fa5f55b2 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0005.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cd27c263ffff20393e586cc269af7d77b5bb663ebf9d83983368aeed8da040 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0006.bin b/traces/delete-20/groundtruth/checkpoint_0006.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc2987e959157fa0bbcb7d850f32ca8480ad06b6 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0006.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e5e1888cbd8e9fc2526b7ac573444f85b277cd9cc13e80bb8c8123bfab2855 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0007.bin b/traces/delete-20/groundtruth/checkpoint_0007.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e02e62467545c3e20f855cdfa0a6fbdfac20d5c --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0007.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20f6891f06ded00391ca73b29c16e4960bc9a010033afe46d0f8559f707077f +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0008.bin b/traces/delete-20/groundtruth/checkpoint_0008.bin new file mode 100644 index 0000000000000000000000000000000000000000..a53f02f9ebd570afc68298e3ac063170be3f9f90 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0008.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542e065ae7a02100db1d58643b341b4e5a9ba3bf924448c2664a4cdd9a16f17 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0009.bin b/traces/delete-20/groundtruth/checkpoint_0009.bin new file mode 100644 index 0000000000000000000000000000000000000000..687b3ce43a8861e0e180730729282e801c8f9e11 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0009.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5f6bd958d215e6d7e3db7c7f162e8dc05cd34b89baf5ff8260492fb2bf1020 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0010.bin b/traces/delete-20/groundtruth/checkpoint_0010.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ba32348c23146e61ba063941ba80054bfc03160 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0010.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be88028baca6e061babecb0b7c83ea7b558f733c37e574b97aa82193418feeff +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0011.bin b/traces/delete-20/groundtruth/checkpoint_0011.bin new file mode 100644 index 0000000000000000000000000000000000000000..6cf6651a57737b5a23ae711f78d5dad1684c0f57 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0011.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f5d3ed7fcba9e364baa92a80918aa4fd4c01f5fbdddb44927acea9bb082b64 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0012.bin b/traces/delete-20/groundtruth/checkpoint_0012.bin new file mode 100644 index 0000000000000000000000000000000000000000..713f5ee64c09b34455bbf873512079494c267179 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0012.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d4257111b257e3b9e04cfb6cf9adc230db20912b7ee5c03fd61d0552fc911 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0013.bin b/traces/delete-20/groundtruth/checkpoint_0013.bin new file mode 100644 index 0000000000000000000000000000000000000000..8502b8768dca63557153d4178c18e24dde4842cc --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765ec08cf73a70ea493d9959fb6c8a6c43eaea3a1413db2b8ee99d923767ef6a +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0014.bin b/traces/delete-20/groundtruth/checkpoint_0014.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c95294fe336dfeacc008a686d8ebb4a47ee2305 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0014.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee0eda25a3e4929f63afa230047a42177cd35a4065d3646fb416c709836f5b8 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0015.bin b/traces/delete-20/groundtruth/checkpoint_0015.bin new file mode 100644 index 0000000000000000000000000000000000000000..29e2602e492c283fe7e85b2bc9d1f7be3a6bfda2 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0015.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ba81479b1ac2e8f3c8d7045b36377576b29dca6ccbd305c840dfad5fb1dd65 +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0016.bin b/traces/delete-20/groundtruth/checkpoint_0016.bin new file mode 100644 index 0000000000000000000000000000000000000000..7105a9bf3620b7cfc7c599e6dbb136d7ad544b2a --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0016.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ea58f0fbc2e31fbcd07f72957b36153a14f422eb18fcdc6ebf2ea4e35df4df +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0017.bin b/traces/delete-20/groundtruth/checkpoint_0017.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c9e65b63823624fefc16474eba87e6615ac765f --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0017.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65afe118b86cedbbc6581c751574d035ba1a33e27763a694def7a40d2241fae +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0018.bin b/traces/delete-20/groundtruth/checkpoint_0018.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f3021f6851cc2ede4f6e6a0d7ac083467c5fd55 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0018.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d3c5a5aa41109518196fd1b9fb30448f95390dbbe416cecca8414a873e6cec +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0019.bin b/traces/delete-20/groundtruth/checkpoint_0019.bin new file mode 100644 index 0000000000000000000000000000000000000000..41e91d8ceb4d0d9b0fea4d7a73dfb4e389a2d1e9 --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0019.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e58f3c6f6c9cc89e0e73461f33fe868a149ab13d03beedf68979fd2f8995c7d +size 1172648 diff --git a/traces/delete-20/groundtruth/checkpoint_0020.bin b/traces/delete-20/groundtruth/checkpoint_0020.bin new file mode 100644 index 0000000000000000000000000000000000000000..03af6655b62606d7f1c7b190c3cd8ee49d76f48e --- /dev/null +++ b/traces/delete-20/groundtruth/checkpoint_0020.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34733dc4979955f8778db17267639347d26f6580e8b86ad62dafe5cd21e76da +size 1172648 diff --git a/traces/delete-20/trace.json b/traces/delete-20/trace.json new file mode 100644 index 0000000000000000000000000000000000000000..51061fefeffb99e76c5dbc2c5bc7f89bae605121 --- /dev/null +++ b/traces/delete-20/trace.json @@ -0,0 +1,15 @@ +{ + "batch_count": 20, + "batch_size": 1000000, + "dataset": "spacev", + "groundtruth": { + "checkpoint_pattern": "groundtruth/checkpoint_%04d.bin", + "invalid_marker_pattern": "groundtruth/checkpoint_%04d.invalid.json", + "source": "filtered static source groundtruth", + "top_k": 10 + }, + "initial_live_count": 100000000, + "initial_state": "static-100m", + "schema": "batch-update-eval-trace.v1", + "trace_id": "delete-20" +} diff --git a/traces/insert-20/batches/batch_0001.json b/traces/insert-20/batches/batch_0001.json new file mode 100644 index 0000000000000000000000000000000000000000..c1f1d99e654d876720c9dbd9bf539bccb72715a3 --- /dev/null +++ b/traces/insert-20/batches/batch_0001.json @@ -0,0 +1,29 @@ +{ + "batch_index": 1, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0001.bin", + "index": 1, + "live_count": 81000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0002.json b/traces/insert-20/batches/batch_0002.json new file mode 100644 index 0000000000000000000000000000000000000000..8efd832ce6af560fd387f1cccf012e837e351852 --- /dev/null +++ b/traces/insert-20/batches/batch_0002.json @@ -0,0 +1,29 @@ +{ + "batch_index": 2, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0002.bin", + "index": 2, + "live_count": 82000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0003.json b/traces/insert-20/batches/batch_0003.json new file mode 100644 index 0000000000000000000000000000000000000000..77766cd6d8760418d478d26e8f64b16278520e38 --- /dev/null +++ b/traces/insert-20/batches/batch_0003.json @@ -0,0 +1,29 @@ +{ + "batch_index": 3, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0003.bin", + "index": 3, + "live_count": 83000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0004.json b/traces/insert-20/batches/batch_0004.json new file mode 100644 index 0000000000000000000000000000000000000000..854ea60fe58c84d99b2b13a44aa51a06f2802d31 --- /dev/null +++ b/traces/insert-20/batches/batch_0004.json @@ -0,0 +1,29 @@ +{ + "batch_index": 4, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0004.bin", + "index": 4, + "live_count": 84000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0005.json b/traces/insert-20/batches/batch_0005.json new file mode 100644 index 0000000000000000000000000000000000000000..c073b9b73567cb356ff6ab38ceb830c4c47f63f4 --- /dev/null +++ b/traces/insert-20/batches/batch_0005.json @@ -0,0 +1,29 @@ +{ + "batch_index": 5, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0005.bin", + "index": 5, + "live_count": 85000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0006.json b/traces/insert-20/batches/batch_0006.json new file mode 100644 index 0000000000000000000000000000000000000000..daaedfec8ea8702e9c85f01d3c8e2590bdb49671 --- /dev/null +++ b/traces/insert-20/batches/batch_0006.json @@ -0,0 +1,29 @@ +{ + "batch_index": 6, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0006.bin", + "index": 6, + "live_count": 86000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0007.json b/traces/insert-20/batches/batch_0007.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1d7fdbcf069cafa1e6f278464ef199f64b55e9 --- /dev/null +++ b/traces/insert-20/batches/batch_0007.json @@ -0,0 +1,29 @@ +{ + "batch_index": 7, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0007.bin", + "index": 7, + "live_count": 87000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0008.json b/traces/insert-20/batches/batch_0008.json new file mode 100644 index 0000000000000000000000000000000000000000..f08be8dc8459be6156b2282a6060006c9c4705b8 --- /dev/null +++ b/traces/insert-20/batches/batch_0008.json @@ -0,0 +1,29 @@ +{ + "batch_index": 8, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0008.bin", + "index": 8, + "live_count": 88000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0009.json b/traces/insert-20/batches/batch_0009.json new file mode 100644 index 0000000000000000000000000000000000000000..ba042e39ad5cdbf2875a92f7933e86b3cb5630d5 --- /dev/null +++ b/traces/insert-20/batches/batch_0009.json @@ -0,0 +1,29 @@ +{ + "batch_index": 9, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0009.bin", + "index": 9, + "live_count": 89000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0010.json b/traces/insert-20/batches/batch_0010.json new file mode 100644 index 0000000000000000000000000000000000000000..646fbacc0aa6eb61ddad76ddb035a5b594808062 --- /dev/null +++ b/traces/insert-20/batches/batch_0010.json @@ -0,0 +1,29 @@ +{ + "batch_index": 10, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0010.bin", + "index": 10, + "live_count": 90000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0011.json b/traces/insert-20/batches/batch_0011.json new file mode 100644 index 0000000000000000000000000000000000000000..920084c033c2a7e85298fd3568409f4ceaf92cb7 --- /dev/null +++ b/traces/insert-20/batches/batch_0011.json @@ -0,0 +1,29 @@ +{ + "batch_index": 11, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0011.bin", + "index": 11, + "live_count": 91000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0012.json b/traces/insert-20/batches/batch_0012.json new file mode 100644 index 0000000000000000000000000000000000000000..961e7326efba5c2660ac6c5725a5cad6241c2da1 --- /dev/null +++ b/traces/insert-20/batches/batch_0012.json @@ -0,0 +1,29 @@ +{ + "batch_index": 12, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0012.bin", + "index": 12, + "live_count": 92000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0013.json b/traces/insert-20/batches/batch_0013.json new file mode 100644 index 0000000000000000000000000000000000000000..3cc14c0d0efb9b2207f778c15ec0b34abfaee34f --- /dev/null +++ b/traces/insert-20/batches/batch_0013.json @@ -0,0 +1,29 @@ +{ + "batch_index": 13, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0013.bin", + "index": 13, + "live_count": 93000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0014.json b/traces/insert-20/batches/batch_0014.json new file mode 100644 index 0000000000000000000000000000000000000000..69c0979d6b35e122d2722e749721daa60ed0961b --- /dev/null +++ b/traces/insert-20/batches/batch_0014.json @@ -0,0 +1,29 @@ +{ + "batch_index": 14, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0014.bin", + "index": 14, + "live_count": 94000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0015.json b/traces/insert-20/batches/batch_0015.json new file mode 100644 index 0000000000000000000000000000000000000000..21e9340d6eafd162463d839f86d036a449e1e1ed --- /dev/null +++ b/traces/insert-20/batches/batch_0015.json @@ -0,0 +1,29 @@ +{ + "batch_index": 15, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0015.bin", + "index": 15, + "live_count": 95000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0016.json b/traces/insert-20/batches/batch_0016.json new file mode 100644 index 0000000000000000000000000000000000000000..e3db50002c017cf7eba99e57b7ee5332af6b66f7 --- /dev/null +++ b/traces/insert-20/batches/batch_0016.json @@ -0,0 +1,29 @@ +{ + "batch_index": 16, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0016.bin", + "index": 16, + "live_count": 96000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0017.json b/traces/insert-20/batches/batch_0017.json new file mode 100644 index 0000000000000000000000000000000000000000..b38fb4a915e9853dddd9be4408ccc7f6bbf59857 --- /dev/null +++ b/traces/insert-20/batches/batch_0017.json @@ -0,0 +1,29 @@ +{ + "batch_index": 17, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0017.bin", + "index": 17, + "live_count": 97000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0018.json b/traces/insert-20/batches/batch_0018.json new file mode 100644 index 0000000000000000000000000000000000000000..88c5140b87d3c6f3fd34d6fa0df9d1a4db677cee --- /dev/null +++ b/traces/insert-20/batches/batch_0018.json @@ -0,0 +1,29 @@ +{ + "batch_index": 18, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0018.bin", + "index": 18, + "live_count": 98000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0019.json b/traces/insert-20/batches/batch_0019.json new file mode 100644 index 0000000000000000000000000000000000000000..9310e403bfbb2aa7b0bbe49fec8825a5ebba33fa --- /dev/null +++ b/traces/insert-20/batches/batch_0019.json @@ -0,0 +1,29 @@ +{ + "batch_index": 19, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0019.bin", + "index": 19, + "live_count": 99000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/batches/batch_0020.json b/traces/insert-20/batches/batch_0020.json new file mode 100644 index 0000000000000000000000000000000000000000..41f7af024b8cf24e64f3d1d4677a80a009439a8b --- /dev/null +++ b/traces/insert-20/batches/batch_0020.json @@ -0,0 +1,29 @@ +{ + "batch_index": 20, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0020.bin", + "index": 20, + "live_count": 100000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32" + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "insert-20" +} diff --git a/traces/insert-20/groundtruth/checkpoint_0001.bin b/traces/insert-20/groundtruth/checkpoint_0001.bin new file mode 100644 index 0000000000000000000000000000000000000000..97f2ad0aec01163c2539ecf88be7664c7f1e6eff --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0001.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6deda3c4cc9018557876b7e06ef447646e4d15bbcd6176181939a1f6d9306b80 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0002.bin b/traces/insert-20/groundtruth/checkpoint_0002.bin new file mode 100644 index 0000000000000000000000000000000000000000..9feb20a59e332a947ec3c33f0d54dd63ea5022a1 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0002.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747b8c512beca5014058f0ecef4122d6fa3396aabd12536c0ccda79f65a97a4d +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0003.bin b/traces/insert-20/groundtruth/checkpoint_0003.bin new file mode 100644 index 0000000000000000000000000000000000000000..342b52cd10825b6aae704d4d703fbfbbce4a1ed1 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0003.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7eb4f1fb23d78251e9fd5691f2c582fec28c14b6c75b126b7b359fde050445 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0004.bin b/traces/insert-20/groundtruth/checkpoint_0004.bin new file mode 100644 index 0000000000000000000000000000000000000000..3def94593e7ea0cac4bd8ad67264cc9d934fc392 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0004.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a534c92108f48de390cf279a6e74d16eb709494695f80980678f3aa5ef69f2 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0005.bin b/traces/insert-20/groundtruth/checkpoint_0005.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7e6b15ffee0fbbd6c01a67d09d27083c8d2018a --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0005.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c184be3ed6763a8151229544e975002654bfdf36a98bc2f49be6593ed31feb +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0006.bin b/traces/insert-20/groundtruth/checkpoint_0006.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e256334d7087f8d8f3d59d8978e1f63ae854214 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0006.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d7c4852e7ddc937cacd5f5b13c52c25aef99085dc50015e2e7c9386ff1fb7b +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0007.bin b/traces/insert-20/groundtruth/checkpoint_0007.bin new file mode 100644 index 0000000000000000000000000000000000000000..7b79f7bbde9f2cb32de3cce30b7563dc22047482 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0007.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65f55067e6b69d5227169b3c269907b1d721e9534d2b69ca11db48c3b873b56 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0008.bin b/traces/insert-20/groundtruth/checkpoint_0008.bin new file mode 100644 index 0000000000000000000000000000000000000000..f81a8d538ced2209bd104d1b47d554c423efebf5 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0008.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb263290a43c0f412ca526820ebb01f671ea98a2927d6efe6ff5e01c0b48e52c +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0009.bin b/traces/insert-20/groundtruth/checkpoint_0009.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe6f80055b30efcb6b81c7269a8e3076605ad468 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0009.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bce880df0fdf16b99febe36b22b973eed3bcdb082932933f7e526b95f0654d +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0010.bin b/traces/insert-20/groundtruth/checkpoint_0010.bin new file mode 100644 index 0000000000000000000000000000000000000000..645abc4397900f7f71af99e7a042bf6e249c055b --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0010.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9743b1cca4f2be406aadaa2f9d5d0727b96407be752ea6d93d402a1e3017847e +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0011.bin b/traces/insert-20/groundtruth/checkpoint_0011.bin new file mode 100644 index 0000000000000000000000000000000000000000..6395f614cc6974de0e6f7ff862b44b8875ea4943 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0011.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7aa7768d9c89c3eda764d04786ad43df9e4bb7070c8388ffc1ca174dfc5d9d +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0012.bin b/traces/insert-20/groundtruth/checkpoint_0012.bin new file mode 100644 index 0000000000000000000000000000000000000000..1681078f5fb281b1907ea6a80d359c6952396044 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0012.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6aa8a72a75118ba5c0d09e8516ccd5565c83df2d69428035f2ee7fa1e50ade +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0013.bin b/traces/insert-20/groundtruth/checkpoint_0013.bin new file mode 100644 index 0000000000000000000000000000000000000000..db1da6c0290c374f160c9cba090ef9f5ef2f2d13 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9b43cb2a66aaad9faf166c605c89638635242dbcb44f0e14b732b2b67084b4 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0014.bin b/traces/insert-20/groundtruth/checkpoint_0014.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c6a707e2ef6584c6831f65e2889089e4ee6feab --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0014.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3432ff0aacc5aae16873bb31c4f4c5f4f9a22e98332517516611bb40e5a59bf5 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0015.bin b/traces/insert-20/groundtruth/checkpoint_0015.bin new file mode 100644 index 0000000000000000000000000000000000000000..db60bd2ce8bf54ad4bfc66b104fe2cab9b7b6265 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0015.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23854f3d3984571f2b39a43b2371a81c2d365512d729f6c511d69c4b762b0fd +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0016.bin b/traces/insert-20/groundtruth/checkpoint_0016.bin new file mode 100644 index 0000000000000000000000000000000000000000..27f1e1d707242e1252267da49afc00f07977a9ec --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0016.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9305ae6b2f34b2ed2bf4958e6cfdc8e91065294c5b529523ca7c3ecac395a8 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0017.bin b/traces/insert-20/groundtruth/checkpoint_0017.bin new file mode 100644 index 0000000000000000000000000000000000000000..22227053d2371c69f1a6a06d52479989c7736030 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0017.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9967c2d5d18d8c0c6c7c73222afe0b46d36c7dcb2c2803fcf466d35c63c3bc3 +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0018.bin b/traces/insert-20/groundtruth/checkpoint_0018.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f49a80fd7dc7d8a5f69bb7a100a8b861c7971eb --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0018.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da47bd1e224cecdd29f0e2934b7a4b87c0f44653fddc76e6a9dd52559918bffa +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0019.bin b/traces/insert-20/groundtruth/checkpoint_0019.bin new file mode 100644 index 0000000000000000000000000000000000000000..4128dd3d1114b2928075575ec7fa31d7487d6dfb --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0019.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58c7655e18254d2249cd5f75646d585225ddf28b5896f3ae0487070973ea02d +size 1172648 diff --git a/traces/insert-20/groundtruth/checkpoint_0020.bin b/traces/insert-20/groundtruth/checkpoint_0020.bin new file mode 100644 index 0000000000000000000000000000000000000000..507b3b3867744dc951f6463b145f211fbde54793 --- /dev/null +++ b/traces/insert-20/groundtruth/checkpoint_0020.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afe1aedc3340ee0d0b6a88e1cb08efa494c4fc1cb43f1cd30ef4b358432eaee +size 1172648 diff --git a/traces/insert-20/trace.json b/traces/insert-20/trace.json new file mode 100644 index 0000000000000000000000000000000000000000..d75b8f78375614a3a3d0a2ab2816ac3323f697e6 --- /dev/null +++ b/traces/insert-20/trace.json @@ -0,0 +1,15 @@ +{ + "batch_count": 20, + "batch_size": 1000000, + "dataset": "spacev", + "groundtruth": { + "checkpoint_pattern": "groundtruth/checkpoint_%04d.bin", + "invalid_marker_pattern": "groundtruth/checkpoint_%04d.invalid.json", + "source": "filtered static source groundtruth", + "top_k": 10 + }, + "initial_live_count": 80000000, + "initial_state": "initial-80m", + "schema": "batch-update-eval-trace.v1", + "trace_id": "insert-20" +} diff --git a/traces/mixed-replace-100/batches/batch_0001.json b/traces/mixed-replace-100/batches/batch_0001.json new file mode 100644 index 0000000000000000000000000000000000000000..1f6e4b78276294d731e8facc15d25c447422c8b4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0001.json @@ -0,0 +1,41 @@ +{ + "batch_index": 1, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0001.bin", + "index": 1, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 0, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0002.json b/traces/mixed-replace-100/batches/batch_0002.json new file mode 100644 index 0000000000000000000000000000000000000000..914585252c488ac5e2e9c54c27355e9182ffdf3d --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0002.json @@ -0,0 +1,41 @@ +{ + "batch_index": 2, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0002.bin", + "index": 2, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 1000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0003.json b/traces/mixed-replace-100/batches/batch_0003.json new file mode 100644 index 0000000000000000000000000000000000000000..c4e645398a0900b773c8e4bb38e6f13402833944 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0003.json @@ -0,0 +1,41 @@ +{ + "batch_index": 3, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0003.bin", + "index": 3, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 2000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0004.json b/traces/mixed-replace-100/batches/batch_0004.json new file mode 100644 index 0000000000000000000000000000000000000000..ab6b0c4d41a39c2ea1e4685dcddc1b168f32edcd --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0004.json @@ -0,0 +1,41 @@ +{ + "batch_index": 4, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0004.bin", + "index": 4, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 3000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0005.json b/traces/mixed-replace-100/batches/batch_0005.json new file mode 100644 index 0000000000000000000000000000000000000000..8049fdfca0c773d31c702002fe1a38d07e57027d --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0005.json @@ -0,0 +1,41 @@ +{ + "batch_index": 5, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0005.bin", + "index": 5, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 4000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0006.json b/traces/mixed-replace-100/batches/batch_0006.json new file mode 100644 index 0000000000000000000000000000000000000000..24f5645252f0d37ff74985d8b2292fceb16d1301 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0006.json @@ -0,0 +1,41 @@ +{ + "batch_index": 6, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0006.bin", + "index": 6, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 5000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0007.json b/traces/mixed-replace-100/batches/batch_0007.json new file mode 100644 index 0000000000000000000000000000000000000000..af3a6942bead772a214947d7f26cd4d72efaff1f --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0007.json @@ -0,0 +1,41 @@ +{ + "batch_index": 7, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0007.bin", + "index": 7, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 6000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0008.json b/traces/mixed-replace-100/batches/batch_0008.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4f27e47c6a06a4100f2fca7100d5b3fe6ab13c --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0008.json @@ -0,0 +1,41 @@ +{ + "batch_index": 8, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0008.bin", + "index": 8, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 7000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0009.json b/traces/mixed-replace-100/batches/batch_0009.json new file mode 100644 index 0000000000000000000000000000000000000000..6911b28af5b2080aa55acbfaaa884ea7313ec474 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0009.json @@ -0,0 +1,41 @@ +{ + "batch_index": 9, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0009.bin", + "index": 9, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 8000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0010.json b/traces/mixed-replace-100/batches/batch_0010.json new file mode 100644 index 0000000000000000000000000000000000000000..fc050707c90bac5d135de358f124bb45e51e92c1 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0010.json @@ -0,0 +1,41 @@ +{ + "batch_index": 10, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0010.bin", + "index": 10, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 9000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0011.json b/traces/mixed-replace-100/batches/batch_0011.json new file mode 100644 index 0000000000000000000000000000000000000000..51c7ed5464c97ca0ec2977d0dc3d1cc9efe984ae --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0011.json @@ -0,0 +1,41 @@ +{ + "batch_index": 11, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0011.bin", + "index": 11, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 10000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0012.json b/traces/mixed-replace-100/batches/batch_0012.json new file mode 100644 index 0000000000000000000000000000000000000000..c97029d9ae084c755410dda6722d18bdb7d327f8 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0012.json @@ -0,0 +1,41 @@ +{ + "batch_index": 12, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0012.bin", + "index": 12, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 11000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0013.json b/traces/mixed-replace-100/batches/batch_0013.json new file mode 100644 index 0000000000000000000000000000000000000000..1cca44d0de75405875ff8d82068dfa7a884fc806 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0013.json @@ -0,0 +1,41 @@ +{ + "batch_index": 13, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0013.bin", + "index": 13, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 12000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0014.json b/traces/mixed-replace-100/batches/batch_0014.json new file mode 100644 index 0000000000000000000000000000000000000000..18d8a6f5821d11f0cb40a749aa7815c4853560ce --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0014.json @@ -0,0 +1,41 @@ +{ + "batch_index": 14, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0014.bin", + "index": 14, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 13000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0015.json b/traces/mixed-replace-100/batches/batch_0015.json new file mode 100644 index 0000000000000000000000000000000000000000..ce44180518350ea68ca337d9dd2b5318b7728459 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0015.json @@ -0,0 +1,41 @@ +{ + "batch_index": 15, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0015.bin", + "index": 15, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 14000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0016.json b/traces/mixed-replace-100/batches/batch_0016.json new file mode 100644 index 0000000000000000000000000000000000000000..d0862dcdd8c01cf0b0b18b6e8d36103f3878ca79 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0016.json @@ -0,0 +1,41 @@ +{ + "batch_index": 16, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0016.bin", + "index": 16, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 15000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0017.json b/traces/mixed-replace-100/batches/batch_0017.json new file mode 100644 index 0000000000000000000000000000000000000000..3bc159acfca28a831a9643e2182a797098e6a628 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0017.json @@ -0,0 +1,41 @@ +{ + "batch_index": 17, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0017.bin", + "index": 17, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 16000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0018.json b/traces/mixed-replace-100/batches/batch_0018.json new file mode 100644 index 0000000000000000000000000000000000000000..699d7b5957c49b15143460dc06b23e98852bde09 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0018.json @@ -0,0 +1,41 @@ +{ + "batch_index": 18, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0018.bin", + "index": 18, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 17000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0019.json b/traces/mixed-replace-100/batches/batch_0019.json new file mode 100644 index 0000000000000000000000000000000000000000..b9e40dee10123b98f30f8af2f523639eaac58081 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0019.json @@ -0,0 +1,41 @@ +{ + "batch_index": 19, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0019.bin", + "index": 19, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 18000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0020.json b/traces/mixed-replace-100/batches/batch_0020.json new file mode 100644 index 0000000000000000000000000000000000000000..affa8eefdc05c2979382e07fb4f122d999c284f5 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0020.json @@ -0,0 +1,41 @@ +{ + "batch_index": 20, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0020.bin", + "index": 20, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 19000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0021.json b/traces/mixed-replace-100/batches/batch_0021.json new file mode 100644 index 0000000000000000000000000000000000000000..605a8be456534744b5c29fc5657cc85c2094295a --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0021.json @@ -0,0 +1,40 @@ +{ + "batch_index": 21, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0021.bin", + "index": 21, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 20000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 100000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 100000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0022.json b/traces/mixed-replace-100/batches/batch_0022.json new file mode 100644 index 0000000000000000000000000000000000000000..14d1bedaf693f52cbcc18b75e8160a20991ddf69 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0022.json @@ -0,0 +1,40 @@ +{ + "batch_index": 22, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0022.bin", + "index": 22, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 21000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 101000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 101000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0023.json b/traces/mixed-replace-100/batches/batch_0023.json new file mode 100644 index 0000000000000000000000000000000000000000..84b777dc48053804055f2544842e0f8347817cb5 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0023.json @@ -0,0 +1,40 @@ +{ + "batch_index": 23, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0023.bin", + "index": 23, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 22000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 102000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 102000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0024.json b/traces/mixed-replace-100/batches/batch_0024.json new file mode 100644 index 0000000000000000000000000000000000000000..da0a39150926a8eea23fecd701922bd673a09a82 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0024.json @@ -0,0 +1,40 @@ +{ + "batch_index": 24, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0024.bin", + "index": 24, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 23000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 103000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 103000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0025.json b/traces/mixed-replace-100/batches/batch_0025.json new file mode 100644 index 0000000000000000000000000000000000000000..3a89a3495b4a9a8949990264c7218c1dd5d32b1d --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0025.json @@ -0,0 +1,40 @@ +{ + "batch_index": 25, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0025.bin", + "index": 25, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 24000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 104000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 104000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0026.json b/traces/mixed-replace-100/batches/batch_0026.json new file mode 100644 index 0000000000000000000000000000000000000000..da18fa5e27b760cb9ac272093d225650dd6bbdd3 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0026.json @@ -0,0 +1,40 @@ +{ + "batch_index": 26, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0026.bin", + "index": 26, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 25000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 105000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 105000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0027.json b/traces/mixed-replace-100/batches/batch_0027.json new file mode 100644 index 0000000000000000000000000000000000000000..17af217c2681e58c750fa57731d29b176d98d8dc --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0027.json @@ -0,0 +1,40 @@ +{ + "batch_index": 27, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0027.bin", + "index": 27, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 26000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 106000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 106000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0028.json b/traces/mixed-replace-100/batches/batch_0028.json new file mode 100644 index 0000000000000000000000000000000000000000..50f8aaf39cf2f0e7a19ea65919cc4351f8b9e4cd --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0028.json @@ -0,0 +1,40 @@ +{ + "batch_index": 28, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0028.bin", + "index": 28, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 27000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 107000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 107000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0029.json b/traces/mixed-replace-100/batches/batch_0029.json new file mode 100644 index 0000000000000000000000000000000000000000..594dd1238449086b96b70626b6dbf67d1749a06e --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0029.json @@ -0,0 +1,40 @@ +{ + "batch_index": 29, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0029.bin", + "index": 29, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 28000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 108000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 108000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0030.json b/traces/mixed-replace-100/batches/batch_0030.json new file mode 100644 index 0000000000000000000000000000000000000000..049c57284587a371deaf012db5172f7a1a6e5b68 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0030.json @@ -0,0 +1,40 @@ +{ + "batch_index": 30, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0030.bin", + "index": 30, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 29000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 109000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 109000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0031.json b/traces/mixed-replace-100/batches/batch_0031.json new file mode 100644 index 0000000000000000000000000000000000000000..4ebb288fd559d4e569fe3ab6f2a6d563ca5cfb38 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0031.json @@ -0,0 +1,40 @@ +{ + "batch_index": 31, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0031.bin", + "index": 31, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 30000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 110000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 110000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0032.json b/traces/mixed-replace-100/batches/batch_0032.json new file mode 100644 index 0000000000000000000000000000000000000000..79ac99f246f541e7b9d8e95f5be389a8647d0488 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0032.json @@ -0,0 +1,40 @@ +{ + "batch_index": 32, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0032.bin", + "index": 32, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 31000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 111000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 111000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0033.json b/traces/mixed-replace-100/batches/batch_0033.json new file mode 100644 index 0000000000000000000000000000000000000000..5301e44c2731e6dc9147497e1a099e474a2f9f1b --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0033.json @@ -0,0 +1,40 @@ +{ + "batch_index": 33, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0033.bin", + "index": 33, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 32000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 112000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 112000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0034.json b/traces/mixed-replace-100/batches/batch_0034.json new file mode 100644 index 0000000000000000000000000000000000000000..61c44d96ada9b45b1ecdd9aba579c9e679430673 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0034.json @@ -0,0 +1,40 @@ +{ + "batch_index": 34, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0034.bin", + "index": 34, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 33000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 113000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 113000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0035.json b/traces/mixed-replace-100/batches/batch_0035.json new file mode 100644 index 0000000000000000000000000000000000000000..c1bbc1ef47d352a464accdf6c06267f61c748ba9 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0035.json @@ -0,0 +1,40 @@ +{ + "batch_index": 35, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0035.bin", + "index": 35, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 34000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 114000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 114000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0036.json b/traces/mixed-replace-100/batches/batch_0036.json new file mode 100644 index 0000000000000000000000000000000000000000..e8878fcff728cf63405736a11ba963b35f507ca6 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0036.json @@ -0,0 +1,40 @@ +{ + "batch_index": 36, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0036.bin", + "index": 36, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 35000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 115000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 115000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0037.json b/traces/mixed-replace-100/batches/batch_0037.json new file mode 100644 index 0000000000000000000000000000000000000000..924b75a64a54a88518cc25d12984768509d59793 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0037.json @@ -0,0 +1,40 @@ +{ + "batch_index": 37, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0037.bin", + "index": 37, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 36000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 116000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 116000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0038.json b/traces/mixed-replace-100/batches/batch_0038.json new file mode 100644 index 0000000000000000000000000000000000000000..c064cc7baa5340adc85ed0d4c3e29d49d961d356 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0038.json @@ -0,0 +1,40 @@ +{ + "batch_index": 38, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0038.bin", + "index": 38, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 37000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 117000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 117000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0039.json b/traces/mixed-replace-100/batches/batch_0039.json new file mode 100644 index 0000000000000000000000000000000000000000..59b1daa8588df809c372fe4faef4b84b3dde4a04 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0039.json @@ -0,0 +1,40 @@ +{ + "batch_index": 39, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0039.bin", + "index": 39, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 38000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 118000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 118000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0040.json b/traces/mixed-replace-100/batches/batch_0040.json new file mode 100644 index 0000000000000000000000000000000000000000..2181c23daddd77f8e39a27a65320e92677e50421 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0040.json @@ -0,0 +1,40 @@ +{ + "batch_index": 40, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0040.bin", + "index": 40, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 39000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 119000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 119000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0041.json b/traces/mixed-replace-100/batches/batch_0041.json new file mode 100644 index 0000000000000000000000000000000000000000..9b9ac5f4dd0ce89ade5d456fd42d7ce51debcaaf --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0041.json @@ -0,0 +1,40 @@ +{ + "batch_index": 41, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0041.bin", + "index": 41, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 40000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 120000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 120000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0042.json b/traces/mixed-replace-100/batches/batch_0042.json new file mode 100644 index 0000000000000000000000000000000000000000..ac88c606dc94d373b7d3e1b5d4026544f04d8788 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0042.json @@ -0,0 +1,40 @@ +{ + "batch_index": 42, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0042.bin", + "index": 42, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 41000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 121000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 121000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0043.json b/traces/mixed-replace-100/batches/batch_0043.json new file mode 100644 index 0000000000000000000000000000000000000000..903e0af1c04e22ed03053603e64bafd800fcf649 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0043.json @@ -0,0 +1,40 @@ +{ + "batch_index": 43, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0043.bin", + "index": 43, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 42000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 122000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 122000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0044.json b/traces/mixed-replace-100/batches/batch_0044.json new file mode 100644 index 0000000000000000000000000000000000000000..1382720f3f8544e83e6cc94c004162424d73ec57 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0044.json @@ -0,0 +1,40 @@ +{ + "batch_index": 44, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0044.bin", + "index": 44, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 43000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 123000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 123000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0045.json b/traces/mixed-replace-100/batches/batch_0045.json new file mode 100644 index 0000000000000000000000000000000000000000..8aba9fab752883aff51aadd92a980e7d215e9051 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0045.json @@ -0,0 +1,40 @@ +{ + "batch_index": 45, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0045.bin", + "index": 45, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 44000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 124000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 124000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0046.json b/traces/mixed-replace-100/batches/batch_0046.json new file mode 100644 index 0000000000000000000000000000000000000000..13fab814cd703a0fb9d3bb504c0a400533f954f4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0046.json @@ -0,0 +1,40 @@ +{ + "batch_index": 46, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0046.bin", + "index": 46, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 45000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 125000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 125000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0047.json b/traces/mixed-replace-100/batches/batch_0047.json new file mode 100644 index 0000000000000000000000000000000000000000..723ce9ab414b9fdaf95297b3f4aeb49ef7170493 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0047.json @@ -0,0 +1,40 @@ +{ + "batch_index": 47, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0047.bin", + "index": 47, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 46000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 126000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 126000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0048.json b/traces/mixed-replace-100/batches/batch_0048.json new file mode 100644 index 0000000000000000000000000000000000000000..7e2a595eb6ad8289496d4f21f3a3e5ea917439f7 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0048.json @@ -0,0 +1,40 @@ +{ + "batch_index": 48, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0048.bin", + "index": 48, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 47000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 127000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 127000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0049.json b/traces/mixed-replace-100/batches/batch_0049.json new file mode 100644 index 0000000000000000000000000000000000000000..e7b2c3b0e36d2110cbbd41eafb2e8c4aa1bde07f --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0049.json @@ -0,0 +1,40 @@ +{ + "batch_index": 49, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0049.bin", + "index": 49, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 48000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 128000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 128000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0050.json b/traces/mixed-replace-100/batches/batch_0050.json new file mode 100644 index 0000000000000000000000000000000000000000..2869a237de08c1e7b3580145c82271fffbae43b4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0050.json @@ -0,0 +1,40 @@ +{ + "batch_index": 50, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0050.bin", + "index": 50, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 49000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 129000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 129000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0051.json b/traces/mixed-replace-100/batches/batch_0051.json new file mode 100644 index 0000000000000000000000000000000000000000..b97e2a0e3f04f8a9b0f90f1c57a85a7b55cb82ef --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0051.json @@ -0,0 +1,40 @@ +{ + "batch_index": 51, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0051.bin", + "index": 51, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 50000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 130000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 130000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0052.json b/traces/mixed-replace-100/batches/batch_0052.json new file mode 100644 index 0000000000000000000000000000000000000000..5f9061c45b6abd96383ee69918d733087fb952ee --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0052.json @@ -0,0 +1,40 @@ +{ + "batch_index": 52, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0052.bin", + "index": 52, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 51000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 131000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 131000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0053.json b/traces/mixed-replace-100/batches/batch_0053.json new file mode 100644 index 0000000000000000000000000000000000000000..70702585bf8ef8e37a911b9891f00ae873d2f099 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0053.json @@ -0,0 +1,40 @@ +{ + "batch_index": 53, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0053.bin", + "index": 53, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 52000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 132000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 132000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0054.json b/traces/mixed-replace-100/batches/batch_0054.json new file mode 100644 index 0000000000000000000000000000000000000000..95ec4aec1cd7ccadfe9f72fbd7bb619660b5180b --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0054.json @@ -0,0 +1,40 @@ +{ + "batch_index": 54, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0054.bin", + "index": 54, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 53000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 133000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 133000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0055.json b/traces/mixed-replace-100/batches/batch_0055.json new file mode 100644 index 0000000000000000000000000000000000000000..19b17fc4366aadbecd78721a96a1668439c12d3f --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0055.json @@ -0,0 +1,40 @@ +{ + "batch_index": 55, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0055.bin", + "index": 55, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 54000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 134000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 134000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0056.json b/traces/mixed-replace-100/batches/batch_0056.json new file mode 100644 index 0000000000000000000000000000000000000000..f388432e82e9928ba0655c1682e99e81e2852b81 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0056.json @@ -0,0 +1,40 @@ +{ + "batch_index": 56, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0056.bin", + "index": 56, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 55000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 135000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 135000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0057.json b/traces/mixed-replace-100/batches/batch_0057.json new file mode 100644 index 0000000000000000000000000000000000000000..a5f9862528c305d01ed93a29a79310105d5e92b4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0057.json @@ -0,0 +1,40 @@ +{ + "batch_index": 57, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0057.bin", + "index": 57, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 56000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 136000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 136000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0058.json b/traces/mixed-replace-100/batches/batch_0058.json new file mode 100644 index 0000000000000000000000000000000000000000..38e1f73cfe7e26cacfc96a436b43aceb2743ee59 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0058.json @@ -0,0 +1,40 @@ +{ + "batch_index": 58, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0058.bin", + "index": 58, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 57000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 137000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 137000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0059.json b/traces/mixed-replace-100/batches/batch_0059.json new file mode 100644 index 0000000000000000000000000000000000000000..989d96a91a4a0264334f335dc9c2d736554be820 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0059.json @@ -0,0 +1,40 @@ +{ + "batch_index": 59, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0059.bin", + "index": 59, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 58000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 138000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 138000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0060.json b/traces/mixed-replace-100/batches/batch_0060.json new file mode 100644 index 0000000000000000000000000000000000000000..d61a19f1961175ac89f5ee0f624b69c3cb66fe47 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0060.json @@ -0,0 +1,40 @@ +{ + "batch_index": 60, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0060.bin", + "index": 60, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 59000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 139000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 139000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0061.json b/traces/mixed-replace-100/batches/batch_0061.json new file mode 100644 index 0000000000000000000000000000000000000000..b063cf393fdeb2239bd908d21be9cb940eb1d0f5 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0061.json @@ -0,0 +1,40 @@ +{ + "batch_index": 61, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0061.bin", + "index": 61, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 60000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 140000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 140000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0062.json b/traces/mixed-replace-100/batches/batch_0062.json new file mode 100644 index 0000000000000000000000000000000000000000..45533384c638214619fa86c8e65cc931f3e6dfa9 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0062.json @@ -0,0 +1,40 @@ +{ + "batch_index": 62, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0062.bin", + "index": 62, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 61000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 141000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 141000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0063.json b/traces/mixed-replace-100/batches/batch_0063.json new file mode 100644 index 0000000000000000000000000000000000000000..aa44df27c1071509f316c658bfd7942636587402 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0063.json @@ -0,0 +1,40 @@ +{ + "batch_index": 63, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0063.bin", + "index": 63, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 62000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 142000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 142000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0064.json b/traces/mixed-replace-100/batches/batch_0064.json new file mode 100644 index 0000000000000000000000000000000000000000..dc344129dfc3c78e87a557aa238b958cc5f5e867 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0064.json @@ -0,0 +1,40 @@ +{ + "batch_index": 64, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0064.bin", + "index": 64, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 63000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 143000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 143000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0065.json b/traces/mixed-replace-100/batches/batch_0065.json new file mode 100644 index 0000000000000000000000000000000000000000..30f64fcdfba5e1f99ee57b4dc2599e306a50d552 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0065.json @@ -0,0 +1,40 @@ +{ + "batch_index": 65, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0065.bin", + "index": 65, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 64000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 144000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 144000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0066.json b/traces/mixed-replace-100/batches/batch_0066.json new file mode 100644 index 0000000000000000000000000000000000000000..0c76454e12edceb1e33512ce68caa5f2bb62c08a --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0066.json @@ -0,0 +1,40 @@ +{ + "batch_index": 66, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0066.bin", + "index": 66, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 65000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 145000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 145000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0067.json b/traces/mixed-replace-100/batches/batch_0067.json new file mode 100644 index 0000000000000000000000000000000000000000..1e696f570afbe19efc76a2a8dad30b283633796a --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0067.json @@ -0,0 +1,40 @@ +{ + "batch_index": 67, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0067.bin", + "index": 67, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 66000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 146000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 146000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0068.json b/traces/mixed-replace-100/batches/batch_0068.json new file mode 100644 index 0000000000000000000000000000000000000000..3175440dd5651f0dd15a81fde9c9b9aa3376b9af --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0068.json @@ -0,0 +1,40 @@ +{ + "batch_index": 68, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0068.bin", + "index": 68, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 67000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 147000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 147000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0069.json b/traces/mixed-replace-100/batches/batch_0069.json new file mode 100644 index 0000000000000000000000000000000000000000..66fb0d9861f81c52366993fd9b464db79d40dfba --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0069.json @@ -0,0 +1,40 @@ +{ + "batch_index": 69, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0069.bin", + "index": 69, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 68000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 148000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 148000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0070.json b/traces/mixed-replace-100/batches/batch_0070.json new file mode 100644 index 0000000000000000000000000000000000000000..25858428461dc655fa7aa7ef37fbf56f40ee4224 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0070.json @@ -0,0 +1,40 @@ +{ + "batch_index": 70, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0070.bin", + "index": 70, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 69000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 149000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 149000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0071.json b/traces/mixed-replace-100/batches/batch_0071.json new file mode 100644 index 0000000000000000000000000000000000000000..666c3cee994bfc5708d7b0487ab14c946f369fc8 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0071.json @@ -0,0 +1,40 @@ +{ + "batch_index": 71, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0071.bin", + "index": 71, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 70000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 150000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 150000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0072.json b/traces/mixed-replace-100/batches/batch_0072.json new file mode 100644 index 0000000000000000000000000000000000000000..441b64a4dd1cafe1bcb92c16c50afe58abaa3179 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0072.json @@ -0,0 +1,40 @@ +{ + "batch_index": 72, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0072.bin", + "index": 72, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 71000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 151000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 151000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0073.json b/traces/mixed-replace-100/batches/batch_0073.json new file mode 100644 index 0000000000000000000000000000000000000000..af800a4d08ad562798c224c98ed202c89d5a8cd4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0073.json @@ -0,0 +1,40 @@ +{ + "batch_index": 73, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0073.bin", + "index": 73, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 72000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 152000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 152000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0074.json b/traces/mixed-replace-100/batches/batch_0074.json new file mode 100644 index 0000000000000000000000000000000000000000..9c999fa5c4cdd999b6e2d03da671c5e5378606b0 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0074.json @@ -0,0 +1,40 @@ +{ + "batch_index": 74, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0074.bin", + "index": 74, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 73000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 153000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 153000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0075.json b/traces/mixed-replace-100/batches/batch_0075.json new file mode 100644 index 0000000000000000000000000000000000000000..256a28a61c4c4783a2f68c10ad2b480d2152ed98 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0075.json @@ -0,0 +1,40 @@ +{ + "batch_index": 75, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0075.bin", + "index": 75, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 74000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 154000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 154000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0076.json b/traces/mixed-replace-100/batches/batch_0076.json new file mode 100644 index 0000000000000000000000000000000000000000..01ca9299450877cb328277334e8ae0fff677405f --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0076.json @@ -0,0 +1,40 @@ +{ + "batch_index": 76, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0076.bin", + "index": 76, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 75000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 155000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 155000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0077.json b/traces/mixed-replace-100/batches/batch_0077.json new file mode 100644 index 0000000000000000000000000000000000000000..e505156407ade54ec37a97d408c1113f8cca8af9 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0077.json @@ -0,0 +1,40 @@ +{ + "batch_index": 77, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0077.bin", + "index": 77, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 76000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 156000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 156000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0078.json b/traces/mixed-replace-100/batches/batch_0078.json new file mode 100644 index 0000000000000000000000000000000000000000..60964786b1089bc69fe003b7cbd4dcc2d8392a37 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0078.json @@ -0,0 +1,40 @@ +{ + "batch_index": 78, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0078.bin", + "index": 78, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 77000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 157000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 157000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0079.json b/traces/mixed-replace-100/batches/batch_0079.json new file mode 100644 index 0000000000000000000000000000000000000000..2e15bd8cf5e7489e98f1fe988d9b700d069e8724 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0079.json @@ -0,0 +1,40 @@ +{ + "batch_index": 79, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0079.bin", + "index": 79, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 78000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 158000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 158000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0080.json b/traces/mixed-replace-100/batches/batch_0080.json new file mode 100644 index 0000000000000000000000000000000000000000..92cfaed29ffea1f60d5479ca86c5d0023d394d61 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0080.json @@ -0,0 +1,40 @@ +{ + "batch_index": 80, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0080.bin", + "index": 80, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 79000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 159000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 159000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0081.json b/traces/mixed-replace-100/batches/batch_0081.json new file mode 100644 index 0000000000000000000000000000000000000000..63791b3579e9a1375ca04f18a3974013b9fe60bb --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0081.json @@ -0,0 +1,40 @@ +{ + "batch_index": 81, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0081.bin", + "index": 81, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 80000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 160000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 160000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0082.json b/traces/mixed-replace-100/batches/batch_0082.json new file mode 100644 index 0000000000000000000000000000000000000000..425035182499766409e544d433984fa0a7077db0 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0082.json @@ -0,0 +1,40 @@ +{ + "batch_index": 82, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0082.bin", + "index": 82, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 81000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 161000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 161000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0083.json b/traces/mixed-replace-100/batches/batch_0083.json new file mode 100644 index 0000000000000000000000000000000000000000..379ccabf12a075740666d849b87a63098cc0de4a --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0083.json @@ -0,0 +1,40 @@ +{ + "batch_index": 83, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0083.bin", + "index": 83, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 82000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 162000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 162000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0084.json b/traces/mixed-replace-100/batches/batch_0084.json new file mode 100644 index 0000000000000000000000000000000000000000..ab54fd0c088810a35c86df6c6dfdedec836bd8bf --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0084.json @@ -0,0 +1,40 @@ +{ + "batch_index": 84, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0084.bin", + "index": 84, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 83000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 163000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 163000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0085.json b/traces/mixed-replace-100/batches/batch_0085.json new file mode 100644 index 0000000000000000000000000000000000000000..88f8f287d52c39b261f9902aefd3ab72144d8b92 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0085.json @@ -0,0 +1,40 @@ +{ + "batch_index": 85, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0085.bin", + "index": 85, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 84000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 164000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 164000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0086.json b/traces/mixed-replace-100/batches/batch_0086.json new file mode 100644 index 0000000000000000000000000000000000000000..99d5feae9adfe9c0643e2928ed437a875a6ae6cb --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0086.json @@ -0,0 +1,40 @@ +{ + "batch_index": 86, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0086.bin", + "index": 86, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 85000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 165000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 165000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0087.json b/traces/mixed-replace-100/batches/batch_0087.json new file mode 100644 index 0000000000000000000000000000000000000000..a145e9870f26c493f5d364550ae2ee9fa2576f9f --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0087.json @@ -0,0 +1,40 @@ +{ + "batch_index": 87, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0087.bin", + "index": 87, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 86000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 166000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 166000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0088.json b/traces/mixed-replace-100/batches/batch_0088.json new file mode 100644 index 0000000000000000000000000000000000000000..4a5b8a5ae34b37661f7216c32e1d94d76f548e9d --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0088.json @@ -0,0 +1,40 @@ +{ + "batch_index": 88, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0088.bin", + "index": 88, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 87000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 167000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 167000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0089.json b/traces/mixed-replace-100/batches/batch_0089.json new file mode 100644 index 0000000000000000000000000000000000000000..066eee9cc81db74b62f0a53e9cf2c853e321e7e2 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0089.json @@ -0,0 +1,40 @@ +{ + "batch_index": 89, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0089.bin", + "index": 89, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 88000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 168000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 168000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0090.json b/traces/mixed-replace-100/batches/batch_0090.json new file mode 100644 index 0000000000000000000000000000000000000000..dce17cc9a0ff3e32ac39f6f60ea1a42f6bad1394 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0090.json @@ -0,0 +1,40 @@ +{ + "batch_index": 90, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0090.bin", + "index": 90, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 89000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 169000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 169000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0091.json b/traces/mixed-replace-100/batches/batch_0091.json new file mode 100644 index 0000000000000000000000000000000000000000..16405fa77b854358d47392d7a44b05bace3c11f4 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0091.json @@ -0,0 +1,40 @@ +{ + "batch_index": 91, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0091.bin", + "index": 91, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 90000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 170000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 170000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0092.json b/traces/mixed-replace-100/batches/batch_0092.json new file mode 100644 index 0000000000000000000000000000000000000000..f518ffdfe855d55e9d5cc10a885511c1ed44e691 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0092.json @@ -0,0 +1,40 @@ +{ + "batch_index": 92, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0092.bin", + "index": 92, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 91000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 171000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 171000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0093.json b/traces/mixed-replace-100/batches/batch_0093.json new file mode 100644 index 0000000000000000000000000000000000000000..3aef641c862754301b31d560fe1fa7aa03325074 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0093.json @@ -0,0 +1,40 @@ +{ + "batch_index": 93, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0093.bin", + "index": 93, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 92000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 172000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 172000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0094.json b/traces/mixed-replace-100/batches/batch_0094.json new file mode 100644 index 0000000000000000000000000000000000000000..34c7471d67e1b7e8032bc229971c665daa9f6999 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0094.json @@ -0,0 +1,40 @@ +{ + "batch_index": 94, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0094.bin", + "index": 94, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 93000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 173000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 173000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0095.json b/traces/mixed-replace-100/batches/batch_0095.json new file mode 100644 index 0000000000000000000000000000000000000000..a7b7eff0b96d6c9ea6e17361daf69387639707c8 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0095.json @@ -0,0 +1,40 @@ +{ + "batch_index": 95, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0095.bin", + "index": 95, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 94000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 174000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 174000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0096.json b/traces/mixed-replace-100/batches/batch_0096.json new file mode 100644 index 0000000000000000000000000000000000000000..db56da235054cb28106e26b53cf1ad776e2a29fb --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0096.json @@ -0,0 +1,40 @@ +{ + "batch_index": 96, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0096.bin", + "index": 96, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 95000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 175000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 175000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0097.json b/traces/mixed-replace-100/batches/batch_0097.json new file mode 100644 index 0000000000000000000000000000000000000000..bfc87e58f0f28bb86d51c4ff3fdf3c108e520903 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0097.json @@ -0,0 +1,40 @@ +{ + "batch_index": 97, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0097.bin", + "index": 97, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 96000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 176000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 176000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0098.json b/traces/mixed-replace-100/batches/batch_0098.json new file mode 100644 index 0000000000000000000000000000000000000000..970e0349854a4b4e373f560183f076e401fafd25 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0098.json @@ -0,0 +1,40 @@ +{ + "batch_index": 98, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0098.bin", + "index": 98, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 97000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 177000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 177000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0099.json b/traces/mixed-replace-100/batches/batch_0099.json new file mode 100644 index 0000000000000000000000000000000000000000..41bb7b128024658835c103876d2bd582e49f80af --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0099.json @@ -0,0 +1,40 @@ +{ + "batch_index": 99, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0099.bin", + "index": 99, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 98000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 178000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 178000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/batches/batch_0100.json b/traces/mixed-replace-100/batches/batch_0100.json new file mode 100644 index 0000000000000000000000000000000000000000..778f5aade2dcc19001190ff93ac0cc68846cbbe6 --- /dev/null +++ b/traces/mixed-replace-100/batches/batch_0100.json @@ -0,0 +1,40 @@ +{ + "batch_index": 100, + "checkpoint": { + "groundtruth": "groundtruth/checkpoint_0100.bin", + "index": 100, + "live_count": 80000000 + }, + "dataset": "spacev", + "operations": [ + { + "count": 1000000, + "external_ids": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 99000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + }, + "type": "delete" + }, + { + "count": 1000000, + "external_ids": { + "begin": 179000000, + "count": 1000000, + "encoding": "range" + }, + "type": "insert", + "vector_refs": { + "count": 1000000, + "encoding": "u32_cyclic_slice", + "offset_items": 179000000, + "path": "../../../update_order.u32", + "wrap_at_items": 100000000 + } + } + ], + "schema": "batch-update-eval-batch.v1", + "trace_id": "mixed-replace-100" +} diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0001.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0001.bin new file mode 100644 index 0000000000000000000000000000000000000000..980b45c212835eeb3a52c98e43e04c83af3f3e22 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0001.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271e93a56596edab63a9c845ceb74b457c18bf80a127792bce88e29de8fa2c16 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0002.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0002.bin new file mode 100644 index 0000000000000000000000000000000000000000..78831cc5b72900301d52e64e79364b2f0d2719f5 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0002.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1396c0a2d68bbc7481064a258acab666459efeb280080571b6be2661099025e1 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0003.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0003.bin new file mode 100644 index 0000000000000000000000000000000000000000..af827a74bfa143ec592b604d7cb7f60436799d18 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0003.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75a5a78e94530cb482fef6399bdff639d1d01406147614125c7bb6b5e41e262 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0004.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0004.bin new file mode 100644 index 0000000000000000000000000000000000000000..aee04201243da8939169e248095ce6c9ae3796ac --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0004.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93731ef0eaa518391e501993a9296b08ed54c40f5d2fceb6087ce55dd408808e +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0005.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0005.bin new file mode 100644 index 0000000000000000000000000000000000000000..79b45297e105d182b8773d3331c345f78e97b9ea --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0005.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eabd2587b7e3a4b3ff30c8dc48ad65b1168eb94f53660d7dc0a2a5d7e36e757 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0006.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0006.bin new file mode 100644 index 0000000000000000000000000000000000000000..21e55180f5339330471bec3563ab9a851a2a1f53 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0006.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a57d89be464826181e6b42566b2d7cc96019f8ca8c36fe813ac996b8b3f959b +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0007.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0007.bin new file mode 100644 index 0000000000000000000000000000000000000000..aa01e03863e572a656d3143340dc2653b9c36d4f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0007.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2947ab0a73a334d65d48f1075210fedbdb15ec403006219f90575e7822f41c8d +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0008.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0008.bin new file mode 100644 index 0000000000000000000000000000000000000000..c78e5680da0e099e89f490528d13b3553e02ae27 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0008.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04049a9c54d53814e915b8c06351d14bed10e19b3b75ce7314fed33c06a3b292 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0009.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0009.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb19ecc7eded970b735ed6ca3a477fbd81169d8f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0009.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa91832e47dbf61f388d7380e85e847ac7891074978c51d993c8963a4782006d +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0010.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0010.bin new file mode 100644 index 0000000000000000000000000000000000000000..f7634721ba4dd86eee618bfe402e2d58a6acb096 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0010.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6df27195ccd3b02d202cace648c4eb766a94f6cd1bfdb9a83382b997798aebc +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0011.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0011.bin new file mode 100644 index 0000000000000000000000000000000000000000..e233e65b2dc6fd1a137812322295368f1f2a064b --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0011.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef219f9527a5ee0a98114151bdd1395dd77ff24bdd94d7412e17e215e66e2e7 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0012.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0012.bin new file mode 100644 index 0000000000000000000000000000000000000000..aa03a11a89783f5a94cd64defe3e70bd466a0769 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0012.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc25d860e032d33ee1f6faa84df1f774153f2a4ee90b5d6e2f3a587499ae15fc +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0013.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0013.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd971b5c42b5d24d0c80c389fa132593dc4a016e --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d009189b7916926e08093f9e20507a432acf41374020e475e3f6935af31889 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0014.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0014.bin new file mode 100644 index 0000000000000000000000000000000000000000..4784597dd0ce055b07b9c6b0feef594336d524b6 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0014.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095fabb88655997b3f8fbe5ba16b7d0eeba711846bb988dfca06fac317e18973 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0015.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0015.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1b9ffb9bd4a22efa5fb624285435fff46532c71 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0015.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b7b44739b77fe0b5c3a02982a896b366f262209bfc1b7f3ce1e3081912166a +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0016.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0016.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a5ce5f38f58a95bd86898ebcb1cba2b6a54707a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0016.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e91ef9e0d5091c79c35a94863adadf53f3186f04533e41660ef0219c503fce +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0017.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0017.bin new file mode 100644 index 0000000000000000000000000000000000000000..4707fef5765504105f6142e1e99b60715996aee6 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0017.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61894ca44caa4292f2ab1810dab4e0c8cdf35a2a76a0c0d1188246f97b07e12 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0018.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0018.bin new file mode 100644 index 0000000000000000000000000000000000000000..911f81cab8c4b245232fc37d34168a7b186f9acd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0018.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a987e14c74e0829b5fde2a3aa2e4caa2910191b3fb39b0758a84b5b17a769ed2 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0019.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0019.bin new file mode 100644 index 0000000000000000000000000000000000000000..8d686bbe3effea81cdb33477cf6edeea34b27694 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0019.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0a6604815b789c25bae1c24d88713e67f6c999fb6b50fd41c0b706e737d53 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0020.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0020.bin new file mode 100644 index 0000000000000000000000000000000000000000..41aa181c68eab86c5bf03c14128aeaf63ac37d73 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0020.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf8ad855e8895012dab005ad5b3c8ffae1170ca6e2c6f00a72a4e83157c4f5d +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0021.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0021.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b4ee2c9c8906ae254c07c7f5a3f09a993d19103 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0021.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898dfe19cb5530039f5f8380ca6f3b4897ab86f5462cac42582ae2e62dcc706a +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0022.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0022.bin new file mode 100644 index 0000000000000000000000000000000000000000..fbe4a5cf2e9b97b71c23840a7db4626885793fc0 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0022.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ac1eaa59bb1ca791bc0bac4c160d75e41fd6b056a6e7997a562f29b9e5e2e8 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0023.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0023.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f396f3d57ac96df2701e87052fa73ab18d5d08e --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0023.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4224cd403c79c069590b92577527b6db122c0cace0b137e86548b3ada40444b9 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0024.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0024.bin new file mode 100644 index 0000000000000000000000000000000000000000..deda56313af2cf99624d5819b92b44b7aa36b751 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0024.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff5ca2c3804415738db19e6e672d11749559c4e66b5e45fccef060eb20a7be0 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0025.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0025.bin new file mode 100644 index 0000000000000000000000000000000000000000..722589c65968620068521d6554059c312058b303 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0025.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6707f45a3e0457ba4aaa8eb8009066a58721dcef5ca46908b6162c01e4046771 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0026.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0026.bin new file mode 100644 index 0000000000000000000000000000000000000000..298532892a291b1b91f1ece3120d386f9095e9be --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0026.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a2faebbd4255088221722e598efc4a71c34ee295ad39585529811eb7521e76 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0027.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0027.bin new file mode 100644 index 0000000000000000000000000000000000000000..14cc11e5cbb247bd5dc8165256de29735b1a7e27 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0027.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cdcd15e63d43eecdfbd49706f3c4ad8fac76793948de2a65edf5b3d8495931 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0028.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0028.bin new file mode 100644 index 0000000000000000000000000000000000000000..de1cc612e2767cbef37a99cd47187267b387f1aa --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0028.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575fab0b18b103b79c624092c68fdb2d5e7857e1a079e7de61b44c90ff8b86b6 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0029.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0029.bin new file mode 100644 index 0000000000000000000000000000000000000000..52abf365eb65e8877643dd3f5048b8bede596939 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0029.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c49d7ed01c757c7c07b65188484f16dbe16eead90f0932027a79f36d55120a +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0030.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0030.bin new file mode 100644 index 0000000000000000000000000000000000000000..11bee6d6538b5bfb2c3b7567bce291169372ce08 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0030.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed3c03d135cbabefe21f99061c4edcc2fb387b66e8412e84db141170d1b0bd3 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0031.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0031.bin new file mode 100644 index 0000000000000000000000000000000000000000..be7248fafa84d20b1c3825f31e90472b24125ce2 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0031.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0c09aebe9cb330b71e42bb18d55ee1e435441ca1d2027f2f76d7d63848dcab +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0032.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0032.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd3d0843ab0ad802981a9febee8d1f6410104fb2 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0032.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14d16bc4a1d2fd7c5ef08cb8307189d5f01e9876d2c350017b705ce9c38e5c9 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0033.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0033.bin new file mode 100644 index 0000000000000000000000000000000000000000..09decb7316f9bc8133592515be927b51cd5b9d36 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0033.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14daba8b7fe93d3e0bbd98da85c2ad4fb94c25b9524d64b8004ee6504dd46f95 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0034.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0034.bin new file mode 100644 index 0000000000000000000000000000000000000000..cddad3cd3380690a5d4e771a8bab8ccf7accd638 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0034.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d571f31e5853a7860321f8c1b2f25b859608e01ec4ec15f344392b7bc101d310 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0035.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0035.bin new file mode 100644 index 0000000000000000000000000000000000000000..e468f579c20eafde658bb343f24bf430db421863 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0035.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1a3ed6bb6637b7296fcd0ab87a8497e853ddb0fd642d3296d1fb2e089a44cd +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0036.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0036.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe04ce5644c99cf94e796b7026977326f2a93843 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0036.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cf94dc3fea20c5f8de1fd69844fc6d0099bd2f097decf2d841a93eb92fd218 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0037.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0037.bin new file mode 100644 index 0000000000000000000000000000000000000000..85f5913f340fac2fd93a92878eb355a26f404ccd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0037.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7147c78663bd1019aa723ac9f4889eb375a76a183acefe9855524133b660483e +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0038.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0038.bin new file mode 100644 index 0000000000000000000000000000000000000000..28dea1358d8715534e4500a963aa8f25ee430e4f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0038.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547d89ca714483558d8d74712a8177879577c653cdcb6bb95b2d9a920ec6c21b +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0039.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0039.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e43bf389e01851a135b21073bfae6dfb36899db --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0039.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cb156a13e0648e1bb3e193d568069aa4c660c8ee277c9cf8a06d2a112cb133 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0040.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0040.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d7ed438ab3a6d265acc47e68d839d46da42c42f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0040.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b7fc99574425a9b8b6792ea885a73356556d0a69263f89703f2cb11ce1ebc5 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0041.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0041.bin new file mode 100644 index 0000000000000000000000000000000000000000..54a1a33aa5a6c607305e008c859e729fac2e5054 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0041.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ab1c073240cc2471fc0a2f4452ec68ddf6e97f2414da28d597d3ccd939c5e3 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0042.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0042.bin new file mode 100644 index 0000000000000000000000000000000000000000..a397dc752210d22b434c4aa794ef8cf6ce74c4b6 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0042.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebdfd9faf224c02f2d1270d4a91ef2b2dab534f8e1ad0cd6995c22a7f5db1d8 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0043.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0043.bin new file mode 100644 index 0000000000000000000000000000000000000000..10d7314e3c05c792e1c340fcf8a2159e09c4d1dd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0043.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c073fd3f1b43a255badc2d6b809168e974b044a400b95787cee0402e213aac +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0044.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0044.bin new file mode 100644 index 0000000000000000000000000000000000000000..c9a1f3d09999383de1f55eb1222139853ee76513 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0044.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44efbe709206d8292819cd1b8a9e0c7bc383f3a666ace6611d2f5b4d335b0977 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0045.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0045.bin new file mode 100644 index 0000000000000000000000000000000000000000..7efe2fa05c2c062e25e86b21a7e4935d60220ef7 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0045.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbecfb1ac7993aca518cfa9f6dbd7e21108652eeb9105dc4dc0abf32e863ff9f +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0046.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0046.bin new file mode 100644 index 0000000000000000000000000000000000000000..79c630e0d659aa95e440e93c69a1d4b47b978c4a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0046.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782e1ad89dbea32129986d236028ae2c070d1db9061df662c4fc6a2ddd894efa +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0047.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0047.bin new file mode 100644 index 0000000000000000000000000000000000000000..0eadb5b10e084affbd5f0e78ba152c61047afee7 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0047.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d785a212c69a01f219d2c8a25c6749069b03c344ffcd1490a9555e2a56cac +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0048.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0048.bin new file mode 100644 index 0000000000000000000000000000000000000000..390d5008139252a097ab137ed1375043f931e721 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0048.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dacb9e6dbb4134cf7638329766f0db6fdcf3ef92d19a24e335c59c699ce400 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0049.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0049.bin new file mode 100644 index 0000000000000000000000000000000000000000..9981d2ed2f98110691fb235c5f60f3c8a816502f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0049.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51a91115e18f821bcf745975b7eef07af5d1b0731a517e878479cf109dfec9b +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0050.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0050.bin new file mode 100644 index 0000000000000000000000000000000000000000..51c4b15bf9b8a4b491319caa81611021c51afffa --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0050.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddee087aa4ad5364626ca4f6716ecb5fd2c9de45b955b34f9357f66d3d2a7d2 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0051.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0051.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed1fb7d92ab3a194e004b223f2db2edd7b6cb539 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0051.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7f721411eb67aec32c3887568784d745179ef16d68ee77dd2c3b69ad04f64e +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0052.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0052.bin new file mode 100644 index 0000000000000000000000000000000000000000..de0e142b2b1d171ffdc973eb1a8a2a3d61f5677e --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0052.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e13eea74f5c94713538ff2ea89cc3c63f80c7e1b31f0d4d6ad79e2d991c760e +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0053.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0053.bin new file mode 100644 index 0000000000000000000000000000000000000000..d55b98a750c22bce99c89e4ea577c6ffd2be877f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0053.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e50671ec81d03a56b607101f5673533061edea9423dd4a04a019610f984beee +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0054.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0054.bin new file mode 100644 index 0000000000000000000000000000000000000000..4173275d295baa8f039c5055379ae579546c2f7b --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0054.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada10b8e4188ad50a772a5cbf37f85aa8e88861aaa421a8e363156f3dc70958c +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0055.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0055.bin new file mode 100644 index 0000000000000000000000000000000000000000..06ee504d730be6f48db10b4280767b9135e1a14a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0055.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c543dd6511b3f732c2b98457e3f959087c95edbde52b8c97b051c129c2b37707 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0056.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0056.bin new file mode 100644 index 0000000000000000000000000000000000000000..b1a0e3dcc8b887bb57166e828c73e1e53ab4b411 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0056.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9873f336974856114fa8f6c39133b75a9cd8d57b989889eb9011de2131ab9815 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0057.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0057.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9bd4849ed5ea9f21d1b4b95f896dbe6f537cafd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0057.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a3878031b063edb922322ff67601e41adba9669696251c76750c90585e2b68 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0058.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0058.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e49a5198b08244b8ffe2a1167d2695d7fa3bfdd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0058.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3ba31a5d268923212c630bf3ae80764dc2e8982af234d2a855bfc16ee2e337 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0059.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0059.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc1c06dd1b9595bacc2a1c7e3ca8480bbe2f1f39 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0059.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fa37f6c2bdcfde2a4f0e6e0cfb322694fa6ab9bfd51ae6056a7f8e1d2db600 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0060.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0060.bin new file mode 100644 index 0000000000000000000000000000000000000000..d33e00ff728439b8362e4058251c0ea384f30bcd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0060.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb52d46e605f6537cfb589fa1410313795aa161030ba1ea3b477765fd1de2436 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0061.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0061.bin new file mode 100644 index 0000000000000000000000000000000000000000..623502290d72ab15b8e8c51185e58e08b0971c08 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0061.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7582041c95e716d403bcb2bdcea20a1c66aff580c102bfe000baa11496897b8f +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0062.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0062.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ab6a0be43778196ece339f9ebeeb72899269fcd --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0062.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942ba40c566051fe385b541a6feadf0408a94647cbe3903c1b1fb432f8cae616 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0063.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0063.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ba0673998140acb3ae8b901b312a0905f11b940 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0063.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3970981b4d33d0d8a48557246e3ce1623231f3b6e58db08605dad7703255fb5 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0064.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0064.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd9e59b2bb24ac86e825e943921efeb2883b9ad3 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0064.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdaafa339b32a2cb3499e4b23ac85b5668b80ed6b3fdcbf96a21804ad20b6b9 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0065.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0065.bin new file mode 100644 index 0000000000000000000000000000000000000000..a23319302c5f5c4a8298dc32a5ac00376ea54087 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0065.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b66a044de6b0da9b3ceea9aad36328119650d7146f0e1184938475dba8cd02 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0066.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0066.bin new file mode 100644 index 0000000000000000000000000000000000000000..354e49238336915c407662c4113deaa5f7c30ce0 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0066.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c986a5328a7e8bc9668edc11a28bf997c8786efc021c01232d3802f6893f41 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0067.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0067.bin new file mode 100644 index 0000000000000000000000000000000000000000..c17fc9985576ff4ced0562ab4dd80bab61b00534 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0067.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c1998323ea6446bd9ae327075bea6e61639ed72e6d514ae14ef3dea6cb1df8 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0068.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0068.bin new file mode 100644 index 0000000000000000000000000000000000000000..410993f2acb0bee98bc44077264bc67e98c1b938 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0068.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7bb3b3a9b9446a9671c7754a28198950d60c90f8fbe24741eee8480c1a2c75 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0069.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0069.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9cb3c7dae3a7ffbea8b21d45edc16a19c1f052e --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0069.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb10f0304d2141d5a617d3ecc5a27fc71d7b778d331cbc12c71c964440e7164 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0070.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0070.bin new file mode 100644 index 0000000000000000000000000000000000000000..1183039525b73f754eecb5308018bb8dc50951d7 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0070.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872f1678974bce47476b034008a34e8f03b762649b873c4f40362c1dd11b38b3 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0071.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0071.bin new file mode 100644 index 0000000000000000000000000000000000000000..e9e6fbdb48a9e4ccd6b7dd1dc563c69dd85c1fbf --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0071.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dd381232522479c64b81cdb6e279a1f18126b53d18c1db5627287882b28fbe +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0072.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0072.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec93a2c66c4a96fd5f9e5f9d0008ca794d494321 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0072.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1dba1769a565689c9da1842ef8b711d2e24b863c38b7e0e1bf879227c3d3984 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0073.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0073.bin new file mode 100644 index 0000000000000000000000000000000000000000..60472650a4277131367375802a2116b624d31dcc --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0073.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c16e2c4d465893b7267bd5e9c040e8e65f23a342511b2ff4fe0260f35503b5 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0074.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0074.bin new file mode 100644 index 0000000000000000000000000000000000000000..af12768c01efdeff7997170f0e605b22705a2269 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0074.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6c9eaecb36cf15a9fcbb8be94459c19f618860c165de462e37e737ba292cfb +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0075.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0075.bin new file mode 100644 index 0000000000000000000000000000000000000000..23e27ac529cf5ac46521ccbfd5327e976af37a8a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0075.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d13c54d5fb8a028b5322d828e94e03b9e61a82562ed53885a785be6f67cffa +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0076.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0076.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b9bfb3b9ade4b458d9f8e2a0cf4956ef8e2ac25 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0076.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e61ba7ead1f7ad4a965717568ffc42ccc0b9a87f8d4ac0b8c1d6224a6005167 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0077.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0077.bin new file mode 100644 index 0000000000000000000000000000000000000000..24f2a36a8614435ec7b2db5bd4d6cb696538fb61 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0077.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0b071d78c734939398bca1aa0200d7009c60ef8f630e78c7d496bfeba36672 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0078.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0078.bin new file mode 100644 index 0000000000000000000000000000000000000000..4db0f9fb6066ae68e839f867cdc1d293392e4649 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0078.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337c208f3893c1f17434659fee5b6b2009abe70c9274e4bbba3d09aa8b0de064 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0079.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0079.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce8cd49324ad02ffc75573eb64923997a1edf8ad --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0079.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d40d34ab7c193742d73ec8033fc480f61e770949b35e56be1e751822fb9ada8 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0080.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0080.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b86af970839de8d03e6f5c137c920f242b39a6a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0080.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5da545c1c75c3e10519633f031752b2f0e2785d3a75946857695667752c55c4 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0081.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0081.bin new file mode 100644 index 0000000000000000000000000000000000000000..53ecfa42a906a79eb615aaab1111f231ca6599a6 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0081.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d9ea723ecc85f15354b3dda56b6b66889dba7b40f8105ea7845338b203ef0f +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0082.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0082.bin new file mode 100644 index 0000000000000000000000000000000000000000..d81bdd43ba65772154290da5c1819c0b2eb6cd78 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0082.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6f0c9b7b08f38d57354d651a4508dcb6a914bfa6dd22a83d4952ff0d0c7199 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0083.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0083.bin new file mode 100644 index 0000000000000000000000000000000000000000..9790d6e9a6d17893983cec0474a21f11cfb5a25c --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0083.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4677b05a283d215febc0af95a54340716557538e06668f8edf87ed05c0bfa4d9 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0084.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0084.bin new file mode 100644 index 0000000000000000000000000000000000000000..c30590eb1129f436028c8d7146db4cd78ada40a9 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0084.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf029399e4096c8702a571674b207a6a3320512bc3b9eabdc092b63b0f32ca6 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0085.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0085.bin new file mode 100644 index 0000000000000000000000000000000000000000..93363903510497b0e3b0b23531e4d0f350f5ceca --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0085.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2237a896bb620d3aad72069ac8cff9ae026964f6f47a380bb2954d22fffd0edf +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0086.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0086.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2dc1f2f3a84f6fbc16b27518d7bbfdd9c234a91 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0086.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a02932288af3dd4cdffbee2f61e2f24ab3815b540f4e0150a2437b1f69f121 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0087.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0087.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2004bccdf95d0616ac3d26185da628c4ef1525f --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0087.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7437e4c9c2f4e3a2748064f7f504c0a9232bae8b0ce2ca528e2d8a74ed1fc5d +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0088.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0088.bin new file mode 100644 index 0000000000000000000000000000000000000000..e8d404b8bb0c706dc77d0282908145587eb02570 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0088.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc267fad92a86877213212770d584e1185abf618320e4cf5877c0543517b532a +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0089.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0089.bin new file mode 100644 index 0000000000000000000000000000000000000000..cb847a89ba0900f83f7b77d080414b299cea41a8 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0089.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45246ac467d8a73464ffd0aa69280725358f19be6f2b2a40df26eba3989ae155 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0090.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0090.bin new file mode 100644 index 0000000000000000000000000000000000000000..1326736e6530cf9caf0e604244584bfa0a1c50ab --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0090.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fc246e84c0000a34edfb5d87eb1059af218ce91e452eebd1fba6c4910c19e1 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0091.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0091.bin new file mode 100644 index 0000000000000000000000000000000000000000..0dbb74465abfde928af0d28e6f801ec3f7dc4749 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0091.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a944fd81f092e85c94043403e530ae5337e295c7fb71fe9aed5809544b1d851f +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0092.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0092.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc9356e775032ad67f0770aca8cae1764a5f3299 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0092.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3488dfd292eb656dba6b712716d379f0f06fcb6639951557a9d6c61c6792bd20 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0093.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0093.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b8941d30542aeeb8c962b0b25ff5d08d82f3c70 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0093.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1297414c11afc5885825740224dccc3b0646b8cdee9f997ac61aa19972c8e980 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0094.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0094.bin new file mode 100644 index 0000000000000000000000000000000000000000..a8f059d7cc268dbd5d297646e11513f6c5d7c14c --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0094.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319887ff01af9292bb3ae7d8336e782b9725239678923f752519359bc9decfed +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0095.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0095.bin new file mode 100644 index 0000000000000000000000000000000000000000..7503e03761827ec4f478a300dd78a09642d56139 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0095.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668a4b6a99e30d9fead75178b572265545802cdb49804384adf152f3864f4a75 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0096.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0096.bin new file mode 100644 index 0000000000000000000000000000000000000000..b1cebc401759edfc5317c578b381454049c54a4a --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0096.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c72c2c3f2df2a666096001f65d7f018c3cfec924782fc88707a6a72afc8026 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0097.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0097.bin new file mode 100644 index 0000000000000000000000000000000000000000..c377fb57ee2e2168a5da714e62fbb034027f52a4 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0097.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15825dc3d09e79b0fdec8953105b16f0848d3b943af111eed780194cc6a52262 +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0098.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0098.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b48ea72be6f586447e21ca476ef76705b95a265 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0098.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b091296f1e0f0385b92801ca7450c0afa0fc966feed6a15662b13002b961e25d +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0099.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0099.bin new file mode 100644 index 0000000000000000000000000000000000000000..6dd461f1295ed316fc0b57577122851a8a2f218d --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0099.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ba008294ddca0996b0b7b231a99433b5fbbf7a5b3043e47bcdd20ed1543b3b +size 1172648 diff --git a/traces/mixed-replace-100/groundtruth/checkpoint_0100.bin b/traces/mixed-replace-100/groundtruth/checkpoint_0100.bin new file mode 100644 index 0000000000000000000000000000000000000000..444959d63bdda538874accbfb77cec62559fd071 --- /dev/null +++ b/traces/mixed-replace-100/groundtruth/checkpoint_0100.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a1a75c5ccc8a9be47c6055eb8628805e9e57cdfe13cb404bc12c66d62ced7a +size 1172648 diff --git a/traces/mixed-replace-100/trace.json b/traces/mixed-replace-100/trace.json new file mode 100644 index 0000000000000000000000000000000000000000..62d003e191e71afc030ce7e4a5fc231444cc59df --- /dev/null +++ b/traces/mixed-replace-100/trace.json @@ -0,0 +1,15 @@ +{ + "batch_count": 100, + "batch_size": 1000000, + "dataset": "spacev", + "groundtruth": { + "checkpoint_pattern": "groundtruth/checkpoint_%04d.bin", + "invalid_marker_pattern": "groundtruth/checkpoint_%04d.invalid.json", + "source": "filtered static source groundtruth", + "top_k": 10 + }, + "initial_live_count": 80000000, + "initial_state": "initial-80m", + "schema": "batch-update-eval-trace.v1", + "trace_id": "mixed-replace-100" +} diff --git a/update_order.u32 b/update_order.u32 new file mode 100644 index 0000000000000000000000000000000000000000..1b7783e1e4af4bab3077b1458c510def7340b1fe --- /dev/null +++ b/update_order.u32 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88332fcfc0662b21c7283197570e8957baf89275e06b635b84a9647da71cdcad +size 400000000 diff --git a/workload.json b/workload.json new file mode 100644 index 0000000000000000000000000000000000000000..a90318949f95d787a5302860f940a65c5fbb4c90 --- /dev/null +++ b/workload.json @@ -0,0 +1,56 @@ +{ + "base_count": 100000000, + "batch_size": 1000000, + "dataset": "spacev", + "groundtruth_policy": { + "insufficient_candidates": "Emit .invalid.json marker; do not pad.", + "source": "Filter static source GT in source-distance order through checkpoint live-owner maps.", + "top_k": 10 + }, + "initial": { + "groundtruth": "groundtruth/active_80m.bin", + "index": "initial/index_80m_m32_efc500", + "index_labels": "update_order.u32[0:80000000]", + "live_count": 80000000, + "state_id": "initial-80m" + }, + "initial_count": 80000000, + "package": "spacev-100m-batch-update-eval", + "schema": "batch-update-eval-workload.v1", + "static_initial": { + "groundtruth_reference": "static-workload-reference.json#groundtruth.bin", + "index_reference": "static-workload-reference.json#index_m_32_ef_500", + "live_count": 100000000, + "state_id": "static-100m" + }, + "traces": [ + { + "batch_count": 20, + "batches": "traces/insert-20/batches", + "groundtruth": "traces/insert-20/groundtruth", + "id": "insert-20", + "initial_state": "initial-80m" + }, + { + "batch_count": 20, + "batches": "traces/delete-20/batches", + "groundtruth": "traces/delete-20/groundtruth", + "id": "delete-20", + "initial_state": "static-100m" + }, + { + "batch_count": 100, + "batches": "traces/mixed-replace-100/batches", + "groundtruth": "traces/mixed-replace-100/groundtruth", + "id": "mixed-replace-100", + "initial_state": "initial-80m" + } + ], + "update_order": { + "encoding": "uint32-le", + "generator": "numpy.default_rng(seed).shuffle(uint32 arange)", + "items": 100000000, + "path": "update_order.u32", + "seed": 42 + } +}