kfaraz commented on PR #18844:
URL: https://github.com/apache/druid/pull/18844#issuecomment-3720044563

   @techdocsmith , I have tried to answer your queries below.
   
   > druid_segments
   > Is druid necessary here? What other segments migth we distinguish the 
Druid segments from?
   
   This is an existing convention in the Druid codebase. The default names of 
the metadata tables use the prefix `druid_` and use a camel-cased name. 
Howevers, users can always configure their cluster to use some other name.
   
   > compaction_state_fingerprint
   If this is a column within the druid_compactionStates, could it just be 
called fingerprint ?
   
   This is the foreign key column in the `druid_segments` table which refers to 
the `fingerprint` column in the `druid_compactionStates` table.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to