Discussing Data Retrieval in Typesense Cloud Tool
TLDR Ricardo inquired about the impact of using non-searched fields in data records with Typesense. Jason explained that all fields are fetched from the disk, even if unindexed, pointing out it might not affect performance, with the benefit of reducing separate database API calls.
1
Apr 30, 2021 (33 months ago)
Ricardo
07:56 PMJason
07:57 PMRicardo
08:01 PMJason
08:07 PMJason
08:09 PMThough you're not searching directly in the Youtube link field, you can still store it in the record, so you can use to render your search UI efficiently, with just the response from Typesense
Ricardo
08:20 PMRicardo
08:21 PMRicardo
08:21 PMRicardo
08:22 PMRicardo
08:22 PMRicardo
08:23 PMJason
08:42 PMMay 01, 2021 (33 months ago)
Jason
02:01 AMinclude_fields
param) to assemble the final result document, regardless of whether it's indexed or not. So performance will be identical.Ricardo
05:31 AMMay 02, 2021 (33 months ago)
Ricardo
06:12 AMJason
03:15 PMJason
03:17 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Enhancing Vector Search Performance and Response Time using Multi-Search Feature
Bill faced performance issues with vector search using multi_search feature. Jason and Kishore Nallan suggested running models on a GPU and excluding large fields from the search. Through discussion, it was established that adding more CPUs and enabling server-side caching could enhance performance. The thread concluded with the user reaching a resolution.
Discussing Typesense Search Request Performance
Al experienced longer-than-reported times for Typesense search requests, sparking a detailed examination of json parsing, response times and data transfer. Jason and Kishore Nallan helped solve the issue.
Integrating Semantic Search with Typesense
Krish wants to integrate a semantic search functionality with typesense but struggles with the limitations. Kishore Nallan provides resources, clarifications and workarounds to the raised issues.
Discussions on Typesense, Collections, and Dynamic Fields
Tugay shares plans to use Typesense for their SaaS platform and asks about collection sizes and sharding. Jason clarifies Typesense's capabilities and shares a beta feature. They discuss using unique collections per customer and new improvements. Kishore Nallan and Gabe comment on threading and data protection respectively.
Typesense Performance with Large Datasets & Custom Sort
krok inquires about Typesense's performance on large datasets and custom sorting. Kishore Nallan explains that Typesense is optimized for this scenario using pagination and text relevance.