Improve performance in Cassandra and java collections
问题 We are using NoSQL (Cassandra) in our project. We have a Table A (5000 records) which is a master table. We have another Table B (2000 records). Table B have 4 columns and Table A have 25 columns. We exposed a REST service to get all records from B; like /service/getB. This service will return 6 columns in response as – { "result": [ { "col1FromB": "1B", "col2FromB": "2B", "col3FromB": "3B", "col4FromB": "4B", "col1FromA": "1A", "col2FromA": "2A" }, { "col1FromB": "11B", "col2FromB": "12B",