Add AI-Generated schema migration comparison#145
Add AI-Generated schema migration comparison#145jaitaiwan wants to merge 1 commit intoAltinity:mainfrom
Conversation
Adds a schema migration tool comparison to aide in selecting the right tool for the job. Includes a list of websites used in the consideration of the matrix as sources.
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
Not very useful addition. Did it clarify something for you? Does it really help to pick the 'greatest' tool? Just a AI-generated summary based on some random pages done by a different people is a poor addition. (i think everyone can use LLMs already themself, while LLMs should use pages like kb.altinity as a source of REAL knowlegde). So i'm not a big fan of adding LLM generated content to our KB (it's ok to use LLM as a tool for formatting, text editing and processing, but content should have own value). |
|
Example of how can you make the useful article about migration tools using AI
It's not a very hard thing, but can be superuseful. |
|
|
||
| ### Bibliography | ||
|
|
||
| - Altinity KB – Schema Migration Tools: https://kb.altinity.com/altinity-kb-setup-and-maintenance/schema-migration-tools/ |
| - golang-migrate Driver/Connection Issues (GitHub): https://github.com/golang-migrate/migrate/issues | ||
| - liquibase-clickhouse Issues: https://github.com/MEDIARITHMICS/liquibase-clickhouse/issues |
There was a problem hiding this comment.
giving separate links to issues of the github projects listed earlier - does not look like a useful addition
| - Houseplant Hacker News Discussion: https://news.ycombinator.com/item?id=42524493 | ||
| - ClickSuite Documentation: https://github.com/GamebeastGG/clicksuite | ||
| - Flyway ClickHouse Plugin Issue (Missing Locking): https://github.com/flyway/flyway-community-db-support/issues/48 | ||
| - Flyway ClickHouse Version Incompatibility: https://productsupport.red-gate.com/hc/en-us/community/posts/24974494619933 |
| - clickhouse-migrations README: https://github.com/Infinidat/migrations-clickhouse | ||
| - dbmate README & ClickHouse Notes: https://github.com/amacneil/dbmate | ||
| - dbmate ClickHouse Replication Issue: https://github.com/amacneil/dbmate/issues/265 | ||
| - SMI2 PHP ClickHouse Migrations (Habr): https://habr.com/ru/post/331762/ |
There was a problem hiding this comment.
most of links are useless (only a few are valueble)
|
Fair enough, will close. Hadn’t had time to fully review yet, should have made it a draft. What I was aiming to end up with was a good set of pros and cons and a summary of known and common issues so that folks could quickly make a determination of what tool they’d like to try out or use first. While anyone can do the same thing with x LLM, I still figured that the matrix was a useful enough augmentation of the existing list because one could argue that the list itself could also be easily derived by an LLM. An example of useful information that it added was information around what underlying platform the tool required (e.g. nodejs). Your suggestions about what would help is definitely a great idea for a future iteration; but was outside the scope of what I was doing to achieve some project goals. |
Adds a schema migration tool comparison to aide in selecting the right tool for the job. Includes a list of websites used in the consideration of the matrix as sources.