Use binary data type case in Elasticsearch

I am trying to save binary data in Elasticsearch. A couple of questions:

  • The binary column is very large (50 MB), it is normal to store in ES.
  • I also need to get binary data from ES, how harmful it will affect performance.
  • Is it possible to query a binary column using binary patten, for example, 0000111or Base64.
  • What are real use cases that people would like to use to store ES binary data.
+4
source share

Source: https://habr.com/ru/post/1626595/


All Articles