Chih-Wei Chang

Results 65 comments of Chih-Wei Chang

OK. I can see samba now, thank you! But how can I connect to it? And how to access the "shared folders"? In your case, you use a container "data"....

Any progress on this?

Not too familiar with the codebase so please let me know if this doesn't make sense https://github.com/Niek/chatgpt-web/pull/419

Hmm good point I forgot I can use tab lol. I think it works like a charm so no need to prioritize this :)

Got it thanks! Yeah I noticed they have a few outage earlier today. I will give it a try. Thanks!

@wordhardqi thanks for your reply! ## Parts Our parts statistics looks like this (from `system.cnch_parts`) ``` // over100M = num of parts with more than 100M rows // over500M =...

@hustnn got it, I think that make sense. But if that's the case, does it mean we should have a bit more parts, each with smaller size, so that there...

@dmthuc appreciate the answer (sorry i've been asking a lot 😄 ) So that means if we have enough workers we can create as many tables as we want because...

Thanks! Our ingestion method is using HTTP interface as described here: https://github.com/ByConity/ByConity/issues/722#issuecomment-1732676814. We don't necessarily need to do this approach though. So if there is a more performant way to...

Got it, thanks @dmthuc. Our use cases are like this: - We have logs uploaded to S3 every few minutes - We have subscribed to the S3 notification, whenever there...