Skip to main content

Questions tagged [elasticsearch]

A distributed full text search database, which internally uses Lucene.

0 votes
0 answers
15 views

I know you can delete the data directory on a percona cluster server, and then let it join the cluster again. This will result in a full transfer of data; this has been useful a couple of times. Is ...
pulven's user avatar
  • 1
0 votes
1 answer
56 views

300k+ videos 10+ millions of markers, pointing to timeranges in videos { "markerCategory": "something", "markerDesc": "something-more-specific", "...
gherkins's user avatar
  • 103
1 vote
0 answers
223 views

I could be missing something obvious because this seems like a fairly basic question, but I haven't been able to find any explicit guidance anywhere on how to integrate Meilisearch/Elasticsearch with ...
Arad's user avatar
  • 131
1 vote
0 answers
81 views

I am trying to start an elasticsearch container with SSL disabled as I want it to be hosted at http://localhost:9200 (not https). With this I want the ability to enroll new nodes. But as I disable the ...
Tanmay Sharma's user avatar
0 votes
1 answer
1k views

I need to review the current date and time zone from Elasticsearch. I'm checking the elastic documentation and it mentioned that the default value is UTC. In other environments I use: SELECT NOW(); ...
Carolina's user avatar
1 vote
1 answer
471 views

When does it make sense to put data in elastic search vs creating secondary indexing on Primary datastore? Elastic search with another primary store Pros: Primary datastore can be optimised for read ...
best wishes's user avatar
0 votes
1 answer
483 views

Suppose we want to design a database to store images represented in a vector format (each image is stored as a 100-dimensional vector). The goal here is to store image embeddings along with their ...
Avv's user avatar
  • 109
0 votes
1 answer
50 views

Is the analyzer discussed here same as Lucene analyzers? I am confused because most of them show similar properties to Lucene analyzer but the blog posts don't say a word about Lucene; instead they ...
bomtirgom's user avatar
-1 votes
1 answer
67 views

I was wondering what would the best way to manage availability for rooms or beds like in a hostel (Saas). I was thinking about using MySQL and Elasticsearch. What would be the best schema for the ...
Yass O.'s user avatar
0 votes
0 answers
289 views

I have an Elasticsearch cluster configured with one head node and three data nodes with the number of replicas set to 2. The data nodes are each split into three partitions called /data1 /data2 and /...
Matt's user avatar
  • 291
5 votes
4 answers
727 views

This is a question regarding general DB inner workings, not particular to an implementation or paradigm, though answers for certain technologies are welcome. I am asking if there is a way to listen to ...
Stefan Popescu's user avatar
0 votes
1 answer
34 views

We are developing an app, aprox 50k RPM read, 1k RPM write, it ask via key and get a JSON. The search is always made by key. I'm inclined to use one MySQL 8 table with a Id field and JSON field with ...
Alejandro's user avatar
  • 113
0 votes
1 answer
2k views

I had an elasticsearch server, which ran in single node mode. When dataset reached 1TB, I added second node and relocated couple of shards with reroute api. Now second node has 2 of 5 shards, but ...
Oleg Gritsak's user avatar
-1 votes
2 answers
403 views

We are currently researching our case of storing the road distances between cities. Right now we have 6 billion of those distances. Our structure right now in SQL Server is that we have a float which ...
Artem Biryukov's user avatar
1 vote
1 answer
269 views

I need to create a system where the user creates dynamic filters based on our customer's attributes. There are more or less 30 possible filters and 30 millions of customers, but the number of customer ...
Mac Portter's user avatar

15 30 50 per page