Re: [DISCUSS] REST Catalog bulk object lookup

2025-01-07 Thread Renjie Liu
Hi, Vladimir: Thanks for raising this. I think your proposal is mixing two things up: 1. Add an endpoint for loading a catalog object by name without knowing its type. This is reasonable to me. 2. Make the endpoint a bulk load operation. I'm hesitating with this option since it makes error handlin

Re: [DISCUSS] REST Catalog bulk object lookup

2025-01-03 Thread Vladimir Ozerov
A motivational example: Trino has to implement a parallel table metadata fetching recently (https://github.com/trinodb/trino/pull/23909) because otherwise metadata queries (e.g., INFORMATION_SCHEMA) was slow. Parallel metadata retrieval boosted metadata query performance significantly. But this sol