Home > database >  A single large record for warehouse storage design
A single large record for warehouse storage design

Time:09-24

Demand: a protocol parsing, front end use Wireshark parse each packet, and export XML as a result, now need to put these results stored in the database, considering the writing and extraction, and the horizontal extension, I selected the Cassandra as the database, but now the parsing result of an IP packet of the original data analysis results are probably more than 180 lines, now needs to be put in storage, consult how to design to a record 180 done warehousing, consult solution, note: 180 lines of XML record up to 3 layer embedded,
Question: need to establish multiple column family, or combination of columns, to break up an IP packet analysis record?
  • Related