Releases: RediSearch/ftsb
Releases · RediSearch/ftsb
Version 0.3.5
Changes
- Include bin info (commit hash and if changed) on tool (#90)
Version 0.3.4
Changes
- Start a random slot in the case of cluster benchmarks and commands without key (#89)
Version 0.3.3🌈
Changes
- In the case of commands that don't contain keys we round robin across connections (#88)
Version 0.3.2
Version 0.3.1
Version 0.3.0
Changes
- Enabled hset and ft.add nyc ingestion tests on circleci @filipecosta90 (#46)
- Enabled OSS API benchmark @filipecosta90 (#45)
- Added NYC taxis use case @filipecosta90 (#42)
Version 0.2.0
Included in this release:
Datasets:
enwiki-abstract
, From English-language Wikipedia:Database page abstracts. This use case generates 3 TEXT fields per document.enwiki-pages
, From English-language Wikipedia:Database last page revisions, containing processed metadata extracted from the full Wikipedia XML dump. This use case generates 4 TEXT fields ( 2 sortable ), 1 sortable TAG field, and 6 sortable NUMERIC fields per document.
Queries:
- Extended Full Text Search Queries
- Added Aggregate queries support for test case 2
- Initial support for
FT.SPELLCHECK
Version 0.1.0
Included in this release:
Datasets:
- English-language Wikipedia:Database page abstracts
Queries:
- Support for Simple 1 Word Query
- Support for Simple 2 Words intersection ( AND ) Query