Palantir Performance Tuning Overview Optimize Foundry API performance: efficient pagination, client-side caching, batch object retrieval, and Spark transform tuning with profiles. Prerequisites - Completed setup - Working Foundry integration to optimize - Access to Foundry build metrics (for transform tuning) Instructions Step 1: Efficient Pagination Step 2: Client-Side Caching Step 3: Batch Object Retrieval Step 4: Transform Build Performance Step 5: Connection Pooling Output - Maximum page size pagination reducing API call count - TTL-based caching for repeated object reads - Batch search r…