Jonathan
Explore posts from serversPPrisma
•Created by Jonathan on 1/23/2025 in #help-and-questions
Using Prisma with Azure SQL Hyperscale
Ok I have posed one https://github.com/prisma/prisma/issues/27024
9 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
but that may be expensive also
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
well this case actually I was thinking of tagging rows in a table for more of search type things. Where I would be filtering limits higher than the normal limits, thinking my query for the search could just filter based on a tag, if the search requirements change, update all rows that the tags have
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
yes , but realized I was asking this for another reason, I am trying to find how deep I dive this weekend, family is out of town for the weekend lol
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
I tried to use Airbyte but it isn't going to really work because of some issues on my SQL Server with Change detection and just thinking I should clean some schema stuff up as I go
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
yeah it is basically a migration and keeping it a live migration as data changes in the legacy system
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Normilization Best Practices
Yeah I think I have a lot of cases where in my SQL db I have a table that only holds like many to many, that are usually only a couple to the main entity.
Like
Contact
to ContactRoles
to Roles
, maybe it has a few extra fields on the ContactRoles
like start and end date but that is it6 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Normilization Best Practices
Yeah that seems to be my approach also
6 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
AG-Grid Datasource
Potentially could build a custom server hook/filtering helper in addition to the client side piece.
4 replies
PPrisma
•Created by Jonathan on 1/23/2025 in #help-and-questions
Using Prisma with Azure SQL Hyperscale
Wait, I just tried to post on my own question... what a day
9 replies
PPrisma
•Created by Jonathan on 1/23/2025 in #help-and-questions
Using Prisma with Azure SQL Hyperscale
I have struggled with this also, have you found a good solution?
9 replies