@Gargron what operates the search index? Would a distributed cluster of elasticsearch (or similar) nodes take that long?
@bengo It's a part of Mastodon's command line utility that has to iterate over all data in the database and submit it to Elasticsearch.
@Gargron mmmm cool. Maybe GNU parallel could help. Thank for explaining to me though. Love this app :)
@bengo It's a part of Mastodon's command line utility that has to iterate over all data in the database and submit it to Elasticsearch.