Hacker News new | ask | show | jobs
by mvijaykarthik 637 days ago
Good question! Scraping and ingestion continues to use dedicated compute.

Serverless helps with query performance. Queries can be parallelized with serverless functions, this especially helps with long range queries. As an added advantage, compute does not have to be pre-provisioned for queries.

Here's an overview of how things fit together - https://oodle.ai/product#magic-behind-oodle

1 comments

That's quite interesting. Thank you for the link.