Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Executing a query - process

Hello all,
I´m struggling how the process of executing a query is done on a theoretical level.
Could you explain how Geomesa executes this query (step by step)?
Following points would be very interesting:
- Is there an order for the tables? (maybe look first at attr_idx, then st_idx and finally full table scan if needed...something like this). - What is returned from the index table? (for mapping with records table - maybe feature id?) - What about the records table? (current structure of rowid - including feature id?)

Best regards,
Marcel Jacob.


Back to the top