#community-help

Capturing Search Data with Typesense Cluster

TLDR Vivek plans to create a Typesense cluster for capturing search data, and asks for opinions. Both Jason and TJ agree it's a suitable approach.

Powered by Struct AI

1

1

Apr 20, 2023 (8 months ago)
Vivek
Photo of md5-5d7b8d08f188ecf8589fd0278b431f3b
Vivek
03:50 PM
Hey, I'm planning to capture search data that is made on my site in this sort of record (searchTerm, frequency and type). I'm thinking of creating another cluster on typesense and creating a new document whenever a search is made for a new term. I can expect maybe 20K - 30K new documents created each day.
I think this would be faster than using Redis or some other DB. Am I on the correct route or would you recommend against it?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
06:19 PM
Yup, this should be fine.

1

Apr 21, 2023 (8 months ago)
TJ
Photo of md5-3afef4cc9e9291f4f991a88147c78384
TJ
11:35 PM
Doesn't the doc suggest that this type of thing should be done on the client?
Apr 22, 2023 (7 months ago)
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
12:43 AM
TJ
Photo of md5-3afef4cc9e9291f4f991a88147c78384
TJ
08:23 AM
Ah got it, thanks

1