https://pinot.apache.org/ logo
Join Slack
Powered by
# feat-geo-spatial-index
  • k

    Kishore G

    04/10/2020, 7:33 PM
    Hi Yupeng, Girish mentioned that you are working on Geo Spatial Indexing in Pinot. Would love to setup a time to brainstorm/discuss.
  • y

    Yupeng Fu

    04/10/2020, 8:40 PM
    hey Kishore, yes, i’m looking into it, and had some chat with Xiang, who generously gave me some help
  • k

    Kishore G

    04/10/2020, 8:41 PM
    I am adding range Index this week, I will try to simplify the process of adding new Indexes
  • y

    Yupeng Fu

    04/10/2020, 8:41 PM
    i did some preliminary research on the geo the support, and will build a simple prototype to determine an appropriate design
  • y

    Yupeng Fu

    04/10/2020, 8:41 PM
    then i can share a design proposal with the community
  • y

    Yupeng Fu

    04/10/2020, 8:42 PM
    oh, cool. glad to hear that
  • k

    Kishore G

    04/10/2020, 9:02 PM
    👍
  • y

    Yupeng Fu

    04/18/2020, 7:40 PM
    @User I have a design draft https://docs.google.com/document/d/1Mkm5RHS_tof-vIUt5-UNeOgRYSBAN6M_pN-hedV6Q0g/edit#heading=h.j6a8v4nhmjvn please take a look, and i plan to send it out to the community if it looks good to you
  • k

    Kishore G

    04/18/2020, 8:29 PM
    Cool
  • k

    Kishore G

    04/18/2020, 8:29 PM
    Will look into it a bit
  • k

    Kamal Chavda

    10/01/2021, 8:41 PM
    Hi all, I'm working on creating a schema for a realtime table (using Kafka) and have a geo column which is already formatted in the kafka topic
    Copy code
    "location_st_point":{"wkb":"AQEAACDmEAAArS5MS1GXXcD0lychov5AQA==","srid":4326}
    Do I need to do a transform on this in the schema?
    Copy code
    {
                "dataType": "BYTES",
                "name": "location_st_point",
                "transformFunction": "toSphericalGeography(point)"
             },
  • k

    Kamal Chavda

    10/01/2021, 8:43 PM
    Since not a lot of ppl in here I hope it's okay for <!here>
  • y

    Yupeng Fu

    10/01/2021, 9:28 PM
    If you do not transform it during ingestion, you can transform it at query time
  • k

    Kamal Chavda

    10/11/2021, 3:56 PM
    Does anyone have a working example of using anything other than the stPoint & toSphericalGeography functions?
    y
    • 2
    • 3