[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"sanity-SVkSOnyfOAnlyEDyq0tgVC9ApMqeYci1bD1yGPegq9Q":3,"sanity-uEaoJ9GT9YCv8jl8yu0T_Jn2U-zJCuekstMdUhZ1jgo":189},{"data":4,"sourceMap":-1},{"latestPodcast":5,"latestReleases":14,"post":39,"recent":164},[6],{"_id":7,"publishedAt":8,"slug":9,"sponsored":12,"title":13},"d53f9358-3bb2-4f69-aebe-d31d19522cd4","2026-07-10T07:40:00.000Z",{"_type":10,"current":11},"slug","building-more-than-just-an-agent-harness",null,"Building more than just an agent harness",[15,21,27,33],{"_id":16,"publishedAt":17,"slug":18,"title":20},"eb5b66eb-9410-4329-83bb-22bbff39402a","2026-04-28T13:00:00.000Z",{"_type":10,"current":19},"turn-scattered-knowledge-into-trusted-intelligence","Turning scattered knowledge into trusted intelligence: Stack Internal 2026.3",{"_id":22,"publishedAt":23,"slug":24,"title":26},"369c2401-b62e-4a37-8ff8-bf603023ecad","2026-03-02T15:03:00.988Z",{"_type":10,"current":25},"what-s-new-at-stack-overflow-march-2026","What’s new at Stack Overflow: March 2026",{"_id":28,"publishedAt":29,"slug":30,"title":32},"5e9053a4-07ea-447c-91ea-29e0b6228537","2026-02-02T15:00:00.000Z",{"_type":10,"current":31},"what-s-new-at-stack-overflow-february-2026","What’s new at Stack Overflow: February 2026",{"_id":34,"publishedAt":35,"slug":36,"title":38},"a1b538eb-a8a6-46d0-80a1-ac70ec9bb935","2026-01-05T10:00:00.000-05:00",{"_type":10,"current":37},"what-s-new-at-stack-overflow-january-2026","What’s new at Stack Overflow: January 2026",{"_createdAt":40,"_id":41,"_rev":42,"_type":43,"_updatedAt":44,"author":45,"body":59,"comments":140,"dateUrl":141,"excerpt":142,"legacyBody":143,"product":12,"publishedAt":146,"slug":147,"sponsored":12,"tags":149,"title":163,"visible":140},"2023-05-25T09:36:57Z","wp-post-3258","dgl3SCUzppW3U2LvCoRwtY","blogPost","2023-07-13T14:54:18Z",[46],{"_createdAt":47,"_id":48,"_rev":49,"_type":50,"_updatedAt":51,"avatar":52,"employee":54,"name":55,"role":56,"slug":57},"2023-05-23T16:27:18Z","wp-author-114","07ZbrKPSUrjrV4wQ6fam8u","blogAuthor","2023-08-29T11:49:01Z",{"_type":53},"image","former","Jeff Atwood","Co-founder",{"current":58},"jeffatwood",[60,83,97],{"_key":61,"_type":62,"children":63,"markDefs":78,"style":82},"2d8c219aab3a","block",[64,69,74],{"_key":65,"_type":66,"marks":67,"text":68},"2d8c219aab3a0","span",[],"You may have noticed that things have been less responsive than usual on stackoverflow.com. The culprit is SQL Server 2008 full-text search. I'll let ",{"_key":70,"_type":66,"marks":71,"text":73},"2d8c219aab3a1",[72],"3bb95dbbaaa8","Brent",{"_key":75,"_type":66,"marks":76,"text":77},"2d8c219aab3a2",[]," explain:",[79],{"_key":72,"_type":80,"href":81,"reference":12},"link","http:\u002F\u002Fwww.brentozar.com\u002F","normal",{"_key":84,"_type":62,"children":85,"markDefs":95,"style":96},"32b01b6f41bf",[86,91],{"_key":87,"_type":66,"marks":88,"text":90},"32b01b6f41bf0",[89],"strong","Before 2008, full text search wasn't inside the database - it wasn't subject to things like transactions.",{"_key":92,"_type":66,"marks":93,"text":94},"32b01b6f41bf1",[]," Heck, it was more like Lucene where it lived outside on its own. Now, it's stored inside data files and it's subject to transactions. From what I'm hearing, blocking and locking is a completely new issue in 2008 FTS. There's a big overhead involved with making it subject to transactions. In most environments, you don't see full text being used for transactions. At StackOverflow, you're doing heavy transactional activity on the same fields that you're doing analytical, many-record selects. If you do a full text search on Revisions and you include a common keyword like, say, SQL, you're going to match tens of thousands of records. When I look at the query plans for these, I'm seeing 50-100k reads. Doing that inside a table that's also getting heavy inserts - boom, transactional disaster.",[],"blockquote",{"_key":98,"_type":62,"children":99,"markDefs":135,"style":82},"7968492b8e00",[100,104,109,113,117,122,126,131],{"_key":101,"_type":66,"marks":102,"text":103},"7968492b8e000",[89],"We rely ",{"_key":105,"_type":66,"marks":106,"text":108},"7968492b8e001",[89,107],"em","heavily",{"_key":110,"_type":66,"marks":111,"text":112},"7968492b8e002",[89]," on full-text search on stackoverflow.com",{"_key":114,"_type":66,"marks":115,"text":116},"7968492b8e003",[],", which worked amazingly well for us under SQL Server 2005. Looks like that's no longer the case for SQL Server 2008, unfortunately. Brent is following up with the SQL Server team on this, and they have a copy of our database to test against. (Brent has given so incredibly generously of his time on the database front that I'm adding him to the stackoverflow.com virtual team -- he'll get a place on the About page with the rest of the team.) Based on the stunningly poor SQL Server 2008 full text results so far, and the apparent architecture changes, I'm pessimistic that the SQL team will be able to do anything for us. We had always planned to move to ",{"_key":118,"_type":66,"marks":119,"text":121},"7968492b8e004",[120],"c11129061a5d","lucene.net",{"_key":123,"_type":66,"marks":124,"text":125},"7968492b8e005",[]," in the future; looks like we'll need to move that timetable up aggressively. I'll see what I can do over the weekend to make that happen. Do you love a good query challenge? Check out our listings for ",{"_key":127,"_type":66,"marks":128,"text":130},"7968492b8e006",[129],"c893ba42e7df","database administrator jobs",{"_key":132,"_type":66,"marks":133,"text":134},"7968492b8e007",[],".",[136,138],{"_key":120,"_type":80,"href":137,"reference":12},"http:\u002F\u002Fincubator.apache.org\u002Flucene.net\u002F",{"_key":129,"_type":80,"href":139,"reference":12},"https:\u002F\u002Fstackoverflow.com\u002Fjobs\u002Fdatabase-administrator-jobs?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-c4al&utm_content=c4al-link",true,"2008\u002F11\u002F01","",{"code":144,"language":145},"You may have noticed that things have been less responsive than usual on stackoverflow.com. The culprit is SQL Server 2008 full-text search. I'll let \u003Ca href=\"http:\u002F\u002Fwww.brentozar.com\u002F\">Brent\u003C\u002Fa> explain:\n\n\u003Cblockquote>\u003Cstrong>Before 2008, full text search wasn't inside the database - it wasn't subject to things like transactions.\u003C\u002Fstrong> Heck, it was more like Lucene where it lived outside on its own. Now, it's stored inside data files and it's subject to transactions. From what I'm hearing, blocking and locking is a completely new issue in 2008 FTS. There's a big overhead involved with making it subject to transactions.\n\nIn most environments, you don't see full text being used for transactions. At StackOverflow, you're doing heavy transactional activity on the same fields that you're doing analytical, many-record selects.\n\nIf you do a full text search on Revisions and you include a common keyword like, say, SQL, you're going to match tens of thousands of records. When I look at the query plans for these, I'm seeing 50-100k reads. Doing that inside a table that's also getting heavy inserts - boom, transactional disaster.\u003C\u002Fblockquote>\n\n\u003Cstrong>We rely \u003Cem>heavily\u003C\u002Fem> on full-text search on stackoverflow.com\u003C\u002Fstrong>, which worked amazingly well for us under SQL Server 2005. Looks like that's no longer the case for SQL Server 2008, unfortunately.\n\nBrent is following up with the SQL Server team on this, and they have a copy of our database to test against. (Brent has given so incredibly generously of his time on the database front that I'm adding him to the stackoverflow.com virtual team -- he'll get a place on the About page with the rest of the team.) Based on the stunningly poor SQL Server 2008 full text results so far, and the apparent architecture changes, I'm pessimistic that the SQL team will be able to do anything for us.\n\nWe had always planned to move to \u003Ca href=\"http:\u002F\u002Fincubator.apache.org\u002Flucene.net\u002F\">lucene.net\u003C\u002Fa> in the future; looks like we'll need to move that timetable up aggressively. I'll see what I can do over the weekend to make that happen.\n\n\u003Chr \u002F>\n\nDo you love a good query challenge? Check out our listings for \u003Ca href=\"https:\u002F\u002Fstackoverflow.com\u002Fjobs\u002Fdatabase-administrator-jobs?utm_source=so-owned&amp;utm_medium=blog&amp;utm_campaign=dev-c4al&amp;utm_content=c4al-link\" target=\"_blank\" rel=\"noopener\">database administrator jobs\u003C\u002Fa>.","html","2008-11-01T12:00:00.000Z",{"current":148},"sql-2008-full-text-search-problems",[150,158],{"_createdAt":151,"_id":152,"_rev":153,"_type":154,"_updatedAt":151,"slug":155,"title":157},"2023-05-23T16:43:21Z","wp-tagcat-company","9HpbCsT2tq0xwozQfkc4ih","blogTag",{"current":156},"company","Company",{"_createdAt":151,"_id":159,"_rev":153,"_type":154,"_updatedAt":151,"slug":160,"title":162},"wp-tagcat-server",{"current":161},"server","Server","SQL 2008 Full-Text Search Problems",[165,171,177,183],{"_id":166,"publishedAt":167,"slug":168,"sponsored":12,"title":170},"76c9771b-34e6-4d98-8641-ecefc711f0ef","2026-07-06T15:23:34.559Z",{"_type":10,"current":169},"when-the-sensor-starts-thinking-snortml-agentic-ai-and-the-evolving-architecture-of-intrusion-detection","When the sensor starts thinking: SnortML, agentic AI, and the evolving architecture of intrusion detection",{"_id":172,"publishedAt":173,"slug":174,"sponsored":12,"title":176},"28e560af-f0aa-4d46-bd90-f435ad604aa7","2026-06-26T14:00:27.102Z",{"_type":10,"current":175},"paging-charity-how-can-engineering-leaders-avoid-becoming-bond-villains","Paging Charity! How can engineering leaders avoid becoming Bond villains?",{"_id":178,"publishedAt":179,"slug":180,"sponsored":12,"title":182},"4b22c2a3-3779-4966-93eb-5230391dbdce","2026-06-23T14:08:58.595Z",{"_type":10,"current":181},"your-ai-shipped-a-backend-that-boots-that-is-the-whole-problem","Your AI shipped a backend that boots. That is the whole problem.",{"_id":184,"publishedAt":185,"slug":186,"sponsored":12,"title":188},"5cf362e1-fe7b-45af-b69c-914731c6a052","2026-06-23T14:00:00.000Z",{"_type":10,"current":187},"the-2026-developer-survey-is-now-open-for-human-developers-only","The 2026 Developer Survey is now open (for human developers only)!",{"data":190,"sourceMap":-1},{"count":191,"lastTimestamp":12},0]