How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Multi-range query with R

calendar_today January 16, 2025 person @julio514 Julien Tremblay domain tiledb

Okay I managed to figure it out. I need to specify a matrix as range. For instance if I want indexes 3 and 6 in my example, I would need to build a query matrix like this one: > query_mat query_mat [,1] [,2] [1,] 3 3 [2,] 6 6 Then, tmp = matrix_tdb[query_mat,] But using R for querying my tiledb is really much slower than when using python.

open_in_new Read original post