You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
I have read the documentation of the library, and as far as I understand, you can easily query the MD in each TDB created and treat the MD as a MySQL DB (MariaDB).
However, I couldn't quite figure out whether I can treat all the TDB items as a whole table. Meaning, each TDB MD is a row that belongs to one large table that I am able to query over ( meaning the table is a MariaDB).
For example, each TDB holds a geospatial location polygon, and I can query TDB objects over geospatial polygon like I would do with PostgreSQL for instance.