Data is stored in CSV format on disk. So, I calculated CSV file size on disk.
<http://apache-ignite-users.70518.x6.nabble.com/file/n9107/table_size.png> 

Following are tables and number of fields in them
Table                               Fields                          Entries
warehouse                         9                                 5
district                              11                               50
customer                           21                              150000
history                              8                                30000
new_order                         3                                45000
order                                8                                150000
order_line                         10                               1499998
item                                 5                                
100000
stock                                17                               500000

are you saying for each field it will take 4 bytes overhead? So, total
overhead = total Entires*number of fields*4*2 bytes? Factor 2 is for
BinaryObjectImpl. Is this calculation correct? Also one another question,
BinaryObjectImpl are objects in deserialized format, right?  



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9107.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to