Re: SQL Request Handler

2023-08-11 Thread Kojo
Hi, I managed to get the SQL Request Handler to work in my quick and dirty Docker Solr Cloud setup. You are amazing! Thanks again! Em sex., 11 de ago. de 2023 às 10:20, Kojo escreveu: > > I have set up a local Solr 9.3.0 and ZooKeeper in containers, and > everything is running smoothly. However

Re: Join and Sort between 2 collections in Solr 8.9.0 cloud mode

2023-08-11 Thread Alessandro Benedetti
I don't know if it was the merit of this mailing list, but the bad debt has been paid right now, you can ignore my previous comment now! -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *

Re: Slow softCommits under heavy load?

2023-08-11 Thread Dominique Bejean
Hi, This answer comes late, but maybe it's still a topic for you. As you say you can have a lot of dynamicFields, I remember that in the past, I saw long commits due to slow segment merges related to docValues and dynamicfield. Are you intensively using DynamicFields with docValues ? Furthermore

Re: [EXTERNAL] Re: authentication for Leader/Follower replication

2023-08-11 Thread Dominique Bejean
Hi Craig, Yes, starting with the 8.9 and 9.0 versions, Collection API allows incremental backup and much more (corruption check, backup to Amazon S3 or Google Cloud Storage) . Take a look at this umbrella JIRA https://issues.apache.org/jira/browse/SOLR-15086 Regards Dominique Le jeu. 10 août

Re: SQL Request Handler

2023-08-11 Thread Kojo
I have set up a local Solr 9.3.0 and ZooKeeper in containers, and everything is running smoothly. However, while trying to create collections, I can successfully use the _default config set. I have tested by downloading and uploading the _default configuration using downconfig and upconfig respecti