Skip to content

Commit

Permalink
Deprecate sorted indexing challenge in geonames (#200)
Browse files Browse the repository at this point in the history
The sorted indexing challenge in the `geonames` track turns out to be
unstable. As we have other options that are more reliable (such as
`http_logs`) we deprecate this challenge for the `geonames` track.
  • Loading branch information
danielmitterdorfer committed Oct 12, 2021
1 parent b5969a8 commit 5742235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonames/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
{
"name": "append-sorted-no-conflicts",
"description": "Indexes the whole document corpus in an index sorted by country_code field in ascending order. Document ids are unique so all index operations are append only.",
"user-info": "This challenge is deprecated and will be removed soon. Use the corresponding challenge in http_logs to benchmark sorted indices.",
"schedule": [
{
"operation": "delete-index"
Expand Down

0 comments on commit 5742235

Please sign in to comment.