Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4856

Add MapState for keyed streams

    XMLWordPrintableJSON

Details

    Description

      Many states in keyed streams are organized as key-value pairs. Currently, these states are implemented by storing the entire map into a ValueState or a ListState. The implementation however is very costly because all entries have to be serialized/deserialized when updating a single entry. To improve the efficiency of these states, MapStates are urgently needed.

      Attachments

        Issue Links

          Activity

            People

              shixg Xiaogang Shi
              shixg Xiaogang Shi
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: