Home / Companies / SurrealDB / Blog / July 2024

July 2024 Summaries

2 posts from SurrealDB

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the limitations of Full-Text Search (FTS) in SurrealDB when searching for items like "baggy clothes," as it focuses on the presence or frequency of words rather than their meaning, resulting in unsatisfactory search results. It contrasts this with Vector Search, a semantic search approach that uses vector embeddings to understand the context and meaning of words, enabling the identification of conceptually similar items even when different terminology is used. The author explains how Vector Search operates by converting textual data into numerical vectors and employing mathematical techniques like cosine similarity to find items with similar vector representations, which successfully identifies items like hoodies as matches for "baggy clothes." The text concludes by highlighting that while FTS is suitable for searches where semantic meaning is irrelevant, Vector Search is more useful for e-commerce applications where users often search for products using terms not directly present in the product descriptions.
Jul 25, 2024 1,384 words in the original blog post.
Real-time data analysis is crucial for modern data science, enabling swift insights into system health, fraud detection, and personalized marketing, among other applications. The text discusses three approaches to integrating real-time data: The Orchestrated Ensemble combines real-time streaming with traditional ETL processes, offering flexibility but with complexity and latency issues. The Agile Jazz Band utilizes a multi-model database (MMDB) to streamline data handling, offering reduced latency and improved data fidelity, though it requires careful management of replication and database performance. The Unified Symphony emphasizes workload isolation within an MMDB, providing a simple and high-performance solution with minimal latency, though it demands robust security and database management. Each approach is likened to musical ensembles, reflecting their unique strengths and challenges, and the choice of architecture should align with an organization's specific data volume, existing infrastructure, and cost considerations.
Jul 16, 2024 1,469 words in the original blog post.