How do you know if a table is transactional?
- What is a transactional table?
- How can you tell if a table is transactional in hive?
- What is the difference between transactional and non transactional?
- Which of the tables would you consider as master data and which would be transactional table?
What is a transactional table?
Transaction tables are designed to store events in the system. These events are associated with master records to ensure normalization. Because the transactions can quickly grow in large numbers. The analytics tools, OLTP, partitioning are applied on transaction tables.
How can you tell if a table is transactional in hive?
Apache Hive If you get an output with the string that you grep for, then the table is transactional.
What is the difference between transactional and non transactional?
Sending or retrieving messages within the context of a transaction is referred to as transactional messaging. Sending or retrieving messages outside the context of a transaction is referred to a nontransactional messaging.
Which of the tables would you consider as master data and which would be transactional table?
master data table is not changes frequently but transactional data table will change frequently. master data records will be less compared to transactional data records. customer table ie KNA1 is Master data table and VBAK ie sales order header table is transactional data table.
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago