Enhancing SQL Server Searches with Elasticsearch and Python

  • Comments posted to this topic are about the item Enhancing SQL Server Searches with Elasticsearch and Python

  • Very good article to explain the basics.

    I think it is important to have Part II for such an article, raising topics like CQRS, where SQL is used for Create / Update / Delete and Elastic - for Queries? Worth to explain Elasticsearch doesn't like updates, as it deletes and adds the same document rather than updating it, as SQL, hence it is important to understand how to sync them two.

    It is also important to discuss deployment (ECK on AKS? local deployment?), shards, replica and several other basic things to give a wider picture. It is must to mention, in my mind at least, you cannot easily scale out and in Elasticsearch - as it will have to start to move its shards / replicas around, consuming both resources and bandwidth.

    Thank you for taking time to write it.

  • Thank you so much for your inputs. I'll try to come up with second part of this article.

  • This was removed by the editor as SPAM

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply