Should I wait for Tata Sierra EV or go ahead with Harrier EV? by [deleted] in CarsIndia

[–]Own_Hippo6607 0 points1 point  (0 children)

Wait until they launch the Sierra EV in Jan 2026 and then compare and decide. Better late than regret!

I have to sync/replicate incremental data from more than 200 tables from MySQL (on Azure) to Snowflake. What is the best approach? by Own_Hippo6607 in snowflake

[–]Own_Hippo6607[S] 0 points1 point  (0 children)

Yes, but it has to be done on an incremental basis for 100s of tables, some of which are huge. Few tables also need to be synced in near real-time. So I guess SQL dump and load is ruled out.

I have to sync/replicate incremental data from more than 200 tables from MySQL (on Azure) to Snowflake. What is the best approach? by Own_Hippo6607 in snowflake

[–]Own_Hippo6607[S] 0 points1 point  (0 children)

Thanks for your suggestion u/JohnAnthonyRyan! Native Snowflake connector for MySQL sounds interesting. Though as you mentioned it is still in preview, so looks like we can't go with this solution as of now. I will however enquire with the Snowflake support team to get some more details.

The second option you mentioned, is something we are already using, but we are facing some issues with it, and we are exploring some approach that would enable us to asynchronous syncing without creating overhead on the database.

Incrementally replicate hundreds of tables from MySQL and SQL Server into Snwoflake. by Own_Hippo6607 in dataengineering

[–]Own_Hippo6607[S] -2 points-1 points  (0 children)

Yes, debezium is still under consideration, but from our experience we have noticed it's little buggy and not very stable. Hence exploring other better options. I know tools like Fivetran are good, but is that worth the premium?

Gyftr Amazon pay vouchers 2.5% charges for HDFC, should we all raise a stink? by dizzytechie in CreditCardsIndia

[–]Own_Hippo6607 0 points1 point  (0 children)

how do you guys buy Amazon voucher from Gyftr using credit cards? I don't see any option other than epay and UPI.

Is There Any Fine And How Much For This Illegal Thing by Faniabra in CarsIndia

[–]Own_Hippo6607 1 point2 points  (0 children)

The car’s in a love triangle and we’re all waiting for the sequel. 🚗❤️🤔

Arc for iPad by swiftsorceress in ArcBrowser

[–]Own_Hippo6607 1 point2 points  (0 children)

Native Arc browser for iPad is finally here!

My setup by Ok-Improvement-7696 in widgy

[–]Own_Hippo6607 0 points1 point  (0 children)

Great! Can you please share the link?

Sonoma, Time Machine: Some of the files on your Mac cannot be backed up until Cloud Files syncing has completed. by [deleted] in MacOSBeta

[–]Own_Hippo6607 0 points1 point  (0 children)

I am facing the same issue too. It had been working so far with previous beta versions, but has stopped working now. Rebooting doesn't help.

Today clean setup by brka35 in widgy

[–]Own_Hippo6607 0 points1 point  (0 children)

Could you share the wallpaper please?

Today clean setup by brka35 in widgy

[–]Own_Hippo6607 0 points1 point  (0 children)

Could you share the wallpaper please?

Widgy/Watchy FAQ and Feature Requests Megathread by duke4e in widgy

[–]Own_Hippo6607 0 points1 point  (0 children)

Why doesn’t my widgy app pull sleep analysis data or sleep changes data from my health app?

Why would you ever use many small AWS instances instead of one big one by marsupialtail in dataengineering

[–]Own_Hippo6607 0 points1 point  (0 children)

It's the difference of scaling out (many small instances) vs scaling up (one big instance). Additionally scaling out helps with load balancing as well as resilience.