https://pinot.apache.org/ logo
Join Slack
Powered by
# docs
  • k

    Kenny Bastani

    04/30/2020, 5:35 PM
    set the channel description: Have feedback on our docs? Drop it here
  • d

    Daniel Lavoie

    05/21/2020, 7:29 PM
    Hi folks! I used the
    Cloud
    button from https://pinot.apache.org
    Install Everywhere
    section and it routes to a broken link : https://docs.pinot.apache.org/getting-started/quickstart
  • k

    Kishore G

    05/21/2020, 7:32 PM
    https://github.com/apache/incubator-pinot-site
  • c

    Chinmay Soman

    11/25/2020, 12:38 AM
    Folks in this channel - we're most likely going to delete this channel. Please join #C01822DR7UP instead.
  • k

    Kishore G

    11/25/2020, 12:41 AM
    @User has left the channel
  • d

    Daniel Lavoie

    11/25/2020, 2:08 AM
    @User has left the channel
  • m

    Mayank

    11/25/2020, 3:58 PM
    @User has left the channel
  • k

    Kenny Bastani

    11/30/2020, 6:29 PM
    @User has left the channel
  • k

    Kewei Shang

    05/13/2021, 5:44 AM
    @User has left the channel
  • y

    Yash Sharma

    07/07/2021, 3:04 PM
    @User has left the channel
  • p

    Peter Corless

    05/19/2023, 7:42 PM
    Just filed a release notes-related issue. Let me know if anyone could help facilitate this request. https://github.com/apache/pinot/issues/10786
  • t

    Tim Berglund

    01/18/2024, 9:10 PM
    I’m curious what folks think of the Apache Pinot docs. I’d like to start periodically sharing a brief survey that lets you give a 1-10 rating and enter some comments if you’d like. That survey is here: https://www.surveymonkey.com/r/2M3GM7N. Tell me what you think! Help me spread the word! Also…thanks. 🙂
  • l

    Lewis Yobs

    04/12/2024, 1:42 PM
    It looks like there is a config typo in docs - https://docs.pinot.apache.org/basics/data-import/pinot-file-system/import-from-adls-azure , which propagates with configuration for server. would be nice if Line: 5 can be fixed to
    pinot.server.storage.factory.adl2.fileSystemName=fs-name
    Slack Conversation
  • p

    Peter Corless

    05/10/2024, 9:28 PM
    Is anyone writing up the vector index docs? Would be good to have it listed on this page: • https://docs.pinot.apache.org/basics/indexing
  • j

    Jaideep C

    08/04/2024, 8:18 PM
    Hi team, where can I find documentation for possible options that could go in the conf file in the flag
    pinot-admin.sh StartXxxxx -configFileName
    ?
    • 1
    • 1
  • j

    Jaideep C

    08/24/2024, 6:14 PM
    Hi team I was going over the design documents section and I found that some of the documents are not accessible and needs approval. Like the
    Partial Upsert
    proposal is this the expected behaviour? Link to the DOC - Partial Upsert Link to the section - https://docs.pinot.apache.org/developers/design-documents
    • 1
    • 1
  • p

    Peter Corless

    10/21/2024, 5:36 PM
    Discussion here from @robert zych which is an implicit request for better documentation on co-located joins. Though I'd cc it to this channel.
    g
    r
    • 3
    • 3
  • g

    Gonzalo Ortiz

    03/06/2025, 8:16 AM
    We have added two changes related to MSE • stage spooling in MSE • improve joins using semi joins
    r
    • 2
    • 9
  • r

    robert zych

    03/07/2025, 5:30 PM
    If have questions/comments, should I use "Was this helpful?" (on docs.pinot.apache.org) or drop them in #C012V7EDCG3 or both?
  • p

    Peter Corless

    04/25/2025, 8:28 PM
    Have you folks found the deepwiki for Apache Pinot yet? I'd love folks' feedback on the quality and accuracy: https://deepwiki.com/apache/pinot Slack Conversation
    r
    • 2
    • 12
  • j

    Jaideep C

    12/25/2025, 7:50 PM
    Hi team, I was reviewing the index compatibility matrix in the 1.4.0 docs (https://docs.pinot.apache.org/release-1.4.0/basics/indexing#data-and-index-types-compatibility-matrix ) and noticed that INT and LONG are marked with ❌ for inverted indexes. That seems to imply you can’t create inverted indexes on those types. My understanding is that inverted indexes in Pinot require dictionary encoding. So the matrix should show 🆗 (1) (supported with dictionary encoding) rather than ❌. Can someone confirm if the docs is correct? will raise an issue otherwise Thanks!