Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

indexeddb bigger size object not support

  • Žiadne odpovede
  • 1 má tento problém
  • 2 zobrazenia
more options

Hi,

I am full stack developer.currently i am working on angular pwa for an project. To run the application in offline mode in mozila firefox, i am using indexeddb.

mozila firefox 80.0.1(64-bit) indexeddb - data size 4 mb

Facing issue: unable to store 100 objects of an array inside a single key value in indexeddb. Example: key = 1 value =


[ { "languageId": "1",

       "languageCode": "EN",
       "version": "1",

"countryList": [

           {
               "countryCode": "AD",
               "countryName": "Andorra",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AE",
               "countryName": "United Arab Emirates",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AF",
               "countryName": "Afghanistan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AI",
               "countryName": "Anguilla",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AL",
               "countryName": "Albania",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AM",
               "countryName": "Armenia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AO",
               "countryName": "Angola",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AR",
               "countryName": "Argentina",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AT",
               "countryName": "Austria",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AU",
               "countryName": "Australia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AW",
               "countryName": "Aruba",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "AZ",
               "countryName": "Azerbaijan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BA",
               "countryName": "Bosnia and Herzegovina",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BB",
               "countryName": "Barbados",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BD",
               "countryName": "Bangladesh",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BE",
               "countryName": "Belgium",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BF",
               "countryName": "Burkina Faso",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BG",
               "countryName": "Bulgaria",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BH",
               "countryName": "Bahrain",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BI",
               "countryName": "Burundi",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BJ",
               "countryName": "Benin",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BM",
               "countryName": "Bermuda",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BO",
               "countryName": "Bolivia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BR",
               "countryName": "Brazil",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BS",
               "countryName": "Bahamas",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BW",
               "countryName": "Botswana",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BY",
               "countryName": "Belarus",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "BZ",
               "countryName": "Belize",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CA",
               "countryName": "Canada",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CD",
               "countryName": "Congo (Kinshasa)",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CF",
               "countryName": "Central African Republic",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CG",
               "countryName": "Congo (Brazzaville)",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CH",
               "countryName": "Switzerland",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CI",
               "countryName": "Côte d'Ivoire",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CL",
               "countryName": "Chile",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CM",
               "countryName": "Cameroon",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CN",
               "countryName": "China",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CO",
               "countryName": "Colombia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CR",
               "countryName": "Costa Rica",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CV",
               "countryName": "Cape Verde",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CY",
               "countryName": "Cyprus",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "CZ",
               "countryName": "Czech Republic",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "DE",
               "countryName": "Germany",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "DK",
               "countryName": "Denmark",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "DM",
               "countryName": "Dominica",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "DO",
               "countryName": "Dominican Republic",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "DZ",
               "countryName": "Algeria",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "EC",
               "countryName": "Ecuador",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "EE",
               "countryName": "Estonia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "EG",
               "countryName": "Egypt",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "ES",
               "countryName": "Spain",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "ET",
               "countryName": "Ethiopia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "FI",
               "countryName": "Finland",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "FJ",
               "countryName": "Fiji",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "FK",
               "countryName": "Falkland Islands",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "FO",
               "countryName": "Faroe Islands",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "FR",
               "countryName": "France",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GA",
               "countryName": "Gabon",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GB",
               "countryName": "United Kingdom",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GD",
               "countryName": "Grenada",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GE",
               "countryName": "Georgia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GF",
               "countryName": "French Guiana",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GH",
               "countryName": "Ghana",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GI",
               "countryName": "Gibraltar",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GM",
               "countryName": "Gambia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GN",
               "countryName": "Guinea",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GP",
               "countryName": "Guadeloupe",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GR",
               "countryName": "Greece",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GT",
               "countryName": "Guatemala",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GW",
               "countryName": "Guinea-Bissau",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "GY",
               "countryName": "Guyana",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "HK",
               "countryName": "Hong Kong",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "HN",
               "countryName": "Honduras",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "HR",
               "countryName": "Croatia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "HT",
               "countryName": "Haiti",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "HU",
               "countryName": "Hungary",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "ID",
               "countryName": "Indonesia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IE",
               "countryName": "Ireland",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IL",
               "countryName": "Israel",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IN",
               "countryName": "India",
               "countryLanguage": "Hindi",
               "languageId": 1,
               "currencyId": 1,
               "isActive": true,
               "createdBy": "Ashirwad",
               "createdOn": "2020-07-08T11:29:08",
               "modifiedBy": "Ashirwad",
               "modifiedOn": "2020-07-08T11:29:08"
           },
           {
               "countryCode": "IQ",
               "countryName": "Iraq",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IR",
               "countryName": "Iran",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IS",
               "countryName": "Iceland",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "IT",
               "countryName": "Italy",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "JM",
               "countryName": "Jamaica",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "JO",
               "countryName": "Jordan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "JP",
               "countryName": "Japan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KE",
               "countryName": "Kenya",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KG",
               "countryName": "Kyrgyzstan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KH",
               "countryName": "Cambodia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KI",
               "countryName": "Kiribati",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KM",
               "countryName": "Comoros",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KR",
               "countryName": "Korea, South",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KW",
               "countryName": "Kuwait",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "KZ",
               "countryName": "Kazakhstan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LB",
               "countryName": "Lebanon",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LK",
               "countryName": "Sri Lanka",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LR",
               "countryName": "Liberia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LS",
               "countryName": "Lesotho",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LT",
               "countryName": "Lithuania",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LU",
               "countryName": "Luxembourg",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LV",
               "countryName": "Latvia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "LY",
               "countryName": "Libya",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MA",
               "countryName": "Morocco",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MD",
               "countryName": "Moldova",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "ME",
               "countryName": "Montenegro",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MG",
               "countryName": "Madagascar",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MK",
               "countryName": "North Macedonia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "ML",
               "countryName": "Mali",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MM",
               "countryName": "Myanmar",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MN",
               "countryName": "Mongolia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MT",
               "countryName": "Malta",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MU",
               "countryName": "Mauritius",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MV",
               "countryName": "Maldives",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MW",
               "countryName": "Malawi",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MX",
               "countryName": "Mexico",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MY",
               "countryName": "Malaysia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "MZ",
               "countryName": "Mozambique",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NA",
               "countryName": "Namibia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NC",
               "countryName": "New Caledonia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NE",
               "countryName": "Niger",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NG",
               "countryName": "Nigeria",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NI",
               "countryName": "Nicaragua",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NL",
               "countryName": "Netherlands",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NO",
               "countryName": "Norway",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NP",
               "countryName": "Nepal",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "NZ",
               "countryName": "New Zealand",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "OM",
               "countryName": "Oman",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PA",
               "countryName": "Panama",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PE",
               "countryName": "Peru",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PF",
               "countryName": "French Polynesia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PH",
               "countryName": "Philippines",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PK",
               "countryName": "Pakistan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PL",
               "countryName": "Poland",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PR",
               "countryName": "Puerto Rico",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PT",
               "countryName": "Portugal",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "PY",
               "countryName": "Paraguay",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "QA",
               "countryName": "Qatar",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "RE",
               "countryName": "Reunion",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "RO",
               "countryName": "Romania",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "RS",
               "countryName": "Serbia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "RU",
               "countryName": "Russian Federation",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "RW",
               "countryName": "Rwanda",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SA",
               "countryName": "Saudi Arabia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SB",
               "countryName": "Solomon Islands",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SC",
               "countryName": "Seychelles",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SD",
               "countryName": "Sudan",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SE",
               "countryName": "Sweden",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SG",
               "countryName": "Singapore",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SI",
               "countryName": "Slovenia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SK",
               "countryName": "Slovakia",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SL",
               "countryName": "Sierra Leone",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           },
           {
               "countryCode": "SN",
               "countryName": "Senegal",
               "countryLanguage": "English",
               "languageId": 1,
               "currencyId": 2,
               "isActive": true,
               "createdBy": "System",
               "createdOn": "2020-07-16T17:45:48",
               "modifiedBy": null,
               "modifiedOn": null
           }

] }

]


Please let me know how much size information i can store in a single key inside one store.

Regards, Debasis Moharana

Hi, I am full stack developer.currently i am working on angular pwa for an project. To run the application in offline mode in mozila firefox, i am using indexeddb. mozila firefox 80.0.1(64-bit) indexeddb - data size 4 mb Facing issue: unable to store 100 objects of an array inside a single key value in indexeddb. Example: key = 1 value = --------------------------------------------- [ { "languageId": "1", "languageCode": "EN", "version": "1", "countryList": [ { "countryCode": "AD", "countryName": "Andorra", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AE", "countryName": "United Arab Emirates", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AF", "countryName": "Afghanistan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AI", "countryName": "Anguilla", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AL", "countryName": "Albania", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AM", "countryName": "Armenia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AO", "countryName": "Angola", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AR", "countryName": "Argentina", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AT", "countryName": "Austria", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AU", "countryName": "Australia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AW", "countryName": "Aruba", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "AZ", "countryName": "Azerbaijan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BA", "countryName": "Bosnia and Herzegovina", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BB", "countryName": "Barbados", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BD", "countryName": "Bangladesh", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BE", "countryName": "Belgium", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BF", "countryName": "Burkina Faso", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BG", "countryName": "Bulgaria", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BH", "countryName": "Bahrain", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BI", "countryName": "Burundi", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BJ", "countryName": "Benin", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BM", "countryName": "Bermuda", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BO", "countryName": "Bolivia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BR", "countryName": "Brazil", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BS", "countryName": "Bahamas", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BW", "countryName": "Botswana", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BY", "countryName": "Belarus", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "BZ", "countryName": "Belize", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CA", "countryName": "Canada", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CD", "countryName": "Congo (Kinshasa)", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CF", "countryName": "Central African Republic", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CG", "countryName": "Congo (Brazzaville)", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CH", "countryName": "Switzerland", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CI", "countryName": "Côte d'Ivoire", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CL", "countryName": "Chile", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CM", "countryName": "Cameroon", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CN", "countryName": "China", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CO", "countryName": "Colombia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CR", "countryName": "Costa Rica", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CV", "countryName": "Cape Verde", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CY", "countryName": "Cyprus", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "CZ", "countryName": "Czech Republic", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "DE", "countryName": "Germany", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "DK", "countryName": "Denmark", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "DM", "countryName": "Dominica", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "DO", "countryName": "Dominican Republic", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "DZ", "countryName": "Algeria", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "EC", "countryName": "Ecuador", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "EE", "countryName": "Estonia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "EG", "countryName": "Egypt", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "ES", "countryName": "Spain", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "ET", "countryName": "Ethiopia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "FI", "countryName": "Finland", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "FJ", "countryName": "Fiji", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "FK", "countryName": "Falkland Islands", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "FO", "countryName": "Faroe Islands", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "FR", "countryName": "France", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GA", "countryName": "Gabon", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GB", "countryName": "United Kingdom", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GD", "countryName": "Grenada", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GE", "countryName": "Georgia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GF", "countryName": "French Guiana", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GH", "countryName": "Ghana", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GI", "countryName": "Gibraltar", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GM", "countryName": "Gambia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GN", "countryName": "Guinea", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GP", "countryName": "Guadeloupe", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GR", "countryName": "Greece", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GT", "countryName": "Guatemala", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GW", "countryName": "Guinea-Bissau", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "GY", "countryName": "Guyana", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "HK", "countryName": "Hong Kong", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "HN", "countryName": "Honduras", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "HR", "countryName": "Croatia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "HT", "countryName": "Haiti", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "HU", "countryName": "Hungary", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "ID", "countryName": "Indonesia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IE", "countryName": "Ireland", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IL", "countryName": "Israel", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IN", "countryName": "India", "countryLanguage": "Hindi", "languageId": 1, "currencyId": 1, "isActive": true, "createdBy": "Ashirwad", "createdOn": "2020-07-08T11:29:08", "modifiedBy": "Ashirwad", "modifiedOn": "2020-07-08T11:29:08" }, { "countryCode": "IQ", "countryName": "Iraq", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IR", "countryName": "Iran", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IS", "countryName": "Iceland", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "IT", "countryName": "Italy", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "JM", "countryName": "Jamaica", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "JO", "countryName": "Jordan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "JP", "countryName": "Japan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KE", "countryName": "Kenya", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KG", "countryName": "Kyrgyzstan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KH", "countryName": "Cambodia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KI", "countryName": "Kiribati", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KM", "countryName": "Comoros", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KR", "countryName": "Korea, South", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KW", "countryName": "Kuwait", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "KZ", "countryName": "Kazakhstan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LB", "countryName": "Lebanon", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LK", "countryName": "Sri Lanka", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LR", "countryName": "Liberia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LS", "countryName": "Lesotho", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LT", "countryName": "Lithuania", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LU", "countryName": "Luxembourg", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LV", "countryName": "Latvia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "LY", "countryName": "Libya", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MA", "countryName": "Morocco", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MD", "countryName": "Moldova", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "ME", "countryName": "Montenegro", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MG", "countryName": "Madagascar", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MK", "countryName": "North Macedonia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "ML", "countryName": "Mali", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MM", "countryName": "Myanmar", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MN", "countryName": "Mongolia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MT", "countryName": "Malta", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MU", "countryName": "Mauritius", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MV", "countryName": "Maldives", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MW", "countryName": "Malawi", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MX", "countryName": "Mexico", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MY", "countryName": "Malaysia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "MZ", "countryName": "Mozambique", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NA", "countryName": "Namibia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NC", "countryName": "New Caledonia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NE", "countryName": "Niger", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NG", "countryName": "Nigeria", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NI", "countryName": "Nicaragua", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NL", "countryName": "Netherlands", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NO", "countryName": "Norway", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NP", "countryName": "Nepal", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "NZ", "countryName": "New Zealand", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "OM", "countryName": "Oman", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PA", "countryName": "Panama", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PE", "countryName": "Peru", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PF", "countryName": "French Polynesia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PH", "countryName": "Philippines", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PK", "countryName": "Pakistan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PL", "countryName": "Poland", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PR", "countryName": "Puerto Rico", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PT", "countryName": "Portugal", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "PY", "countryName": "Paraguay", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "QA", "countryName": "Qatar", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "RE", "countryName": "Reunion", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "RO", "countryName": "Romania", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "RS", "countryName": "Serbia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "RU", "countryName": "Russian Federation", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "RW", "countryName": "Rwanda", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SA", "countryName": "Saudi Arabia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SB", "countryName": "Solomon Islands", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SC", "countryName": "Seychelles", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SD", "countryName": "Sudan", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SE", "countryName": "Sweden", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SG", "countryName": "Singapore", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SI", "countryName": "Slovenia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SK", "countryName": "Slovakia", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SL", "countryName": "Sierra Leone", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null }, { "countryCode": "SN", "countryName": "Senegal", "countryLanguage": "English", "languageId": 1, "currencyId": 2, "isActive": true, "createdBy": "System", "createdOn": "2020-07-16T17:45:48", "modifiedBy": null, "modifiedOn": null } ] } ] ------------------------------------------------ Please let me know how much size information i can store in a single key inside one store. Regards, Debasis Moharana