<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged tables</title>
<link>https://www.question2answer.org/qa/tag/tables</link>
<description>Powered by Question2Answer</description>
<item>
<title>Fixed a problem with tables appearing at the bottom of the site</title>
<link>https://www.question2answer.org/qa/103704/fixed-problem-with-tables-appearing-at-the-bottom-of-the-site</link>
<description>

&lt;p&gt;This problem appeared on my site when it was transferred from one hosting to another. The customer success team reported that the reason lies in a defect in the database. What do you think about that and what are the proposed solutions and your opinions about the cause of the problem. Let's discuss it.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Fixed a problem with tables appearing at the bottom of the site&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17641036470962485832&quot; style=&quot;height:1170px; width:540px&quot;&gt;&lt;strong&gt;Fixed a problem with tables appearing at the bottom of the site.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I've been having this problem since five days ago and I can't find a solution for it, please help me.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/103704/fixed-problem-with-tables-appearing-at-the-bottom-of-the-site</guid>
<pubDate>Mon, 26 Sep 2022 13:23:48 +0000</pubDate>
</item>
<item>
<title>database junk table cleanup up</title>
<link>https://www.question2answer.org/qa/73361/database-junk-table-cleanup-up</link>
<description>I have deleted many plugins and tired many themes for my website. how can delete those tables on my database' i think this is part of the reasons for my websites to be slow.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/73361/database-junk-table-cleanup-up</guid>
<pubDate>Wed, 13 Mar 2019 04:08:00 +0000</pubDate>
</item>
<item>
<title>Strange part of Q2A. Why qa_postmetas table is seperate ?</title>
<link>https://www.question2answer.org/qa/48267/strange-part-of-q2a-why-qa_postmetas-table-is-seperate</link>
<description>

&lt;p&gt;I don't have a lot of experience in data storing but here is my note, maybe someone can clear things up...&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;qa_postmetas&amp;nbsp;looks useless if extra field is not used wich can be stored in qa_posts in my opinion.&lt;/li&gt;

&lt;li&gt;Extravalue doesn't work with&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/external.php&quot;&gt;external php code&lt;/a&gt;. &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/48000/%24extravalue-seems-working-while-using-external-post-create&quot;&gt;Problem with no answer to solution&amp;gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;Emty rows are created with post id and stays even if &lt;strong&gt;question is deleted&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48267/strange-part-of-q2a-why-qa_postmetas-table-is-seperate</guid>
<pubDate>Sun, 04 Oct 2015 22:14:36 +0000</pubDate>
</item>
<item>
<title>Size of contentwords table</title>
<link>https://www.question2answer.org/qa/46553/size-of-contentwords-table</link>
<description>

&lt;ol&gt;

&lt;li&gt;What is a reasonable size for qa_contentwords?&lt;/li&gt;

&lt;li&gt;Is there a way to limit the size somehow?&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;I am aware there is no answer like XYZ MiB, but for example my current question2answer site has&amp;nbsp;10,452&amp;nbsp;estimated entries (phpmyadmin) in contentwords with a size of 4,3MiB or 4,5MB and qa_posts has 592 KiB, qa_words 448KiB. Is this a reasonable size or is something maybe flooding my table with spam? Are these still reasonable ratios?&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I ask because the site is under constant spam, flooding and botnet attacks with thousands calls a day since it got listed in some spam provider after the flyspray bug report tool had a security leak and after that the mediawiki I hosted there. Once you are listed, you get a lot of scans and attacks :D&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Best Wishes
&lt;br&gt;Nox&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46553/size-of-contentwords-table</guid>
<pubDate>Thu, 16 Jul 2015 06:48:10 +0000</pubDate>
</item>
<item>
<title>Where can I find documentation about the tables and fields?</title>
<link>https://www.question2answer.org/qa/30047/where-can-i-find-documentation-about-the-tables-and-fields</link>
<description>I would like to understand what each field of each table does. Possible values for each of them would also be very useful. Where can I find this documentation?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30047/where-can-i-find-documentation-about-the-tables-and-fields</guid>
<pubDate>Sat, 21 Dec 2013 14:59:41 +0000</pubDate>
</item>
<item>
<title>Using existing user tables</title>
<link>https://www.question2answer.org/qa/26320/using-existing-user-tables</link>
<description>I was wondering if there was a simple means of using an existing table containing the user ids, passwords, avatars etc.. I looked through the login system and it seems to be a very labour intensive task to integrate pre-built tables to the question and answer system itself.&lt;br /&gt;
&lt;br /&gt;
The situation I'm in is that I have already build a functioning site for user interaction, profiles etc and so I would like to maintain this and simply integrate the question and answer system around it. Understandably I could build such a system from scratch but I would like to consider all the options prior to resorting to this.&lt;br /&gt;
&lt;br /&gt;
It's currently being run on my local server however, I will publish it on a main site if the integration is feasable and practical. It seems the most affective way of finding it out would be to ask here.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26320/using-existing-user-tables</guid>
<pubDate>Sun, 04 Aug 2013 00:32:29 +0000</pubDate>
</item>
<item>
<title>qa_postmetas Table: Why adding record if empty</title>
<link>https://www.question2answer.org/qa/25290/qa_postmetas-table-why-adding-record-if-empty</link>
<description>

&lt;p&gt;
	Just wonder why it is creating record for&amp;nbsp;&lt;span style=&quot;color: rgb(68, 68, 68); font-family: sans-serif; font-size: 13px; background-color: rgb(223, 223, 223);&quot;&gt;qa_q_extra&amp;nbsp;&lt;/span&gt;in&amp;nbsp;&lt;span style=&quot;background-color: rgb(229, 229, 229); color: rgb(0, 128, 0); font-family: Verdan, Arial, Tahoma; font-size: 14px; white-space: pre;&quot;&gt;qa_postmetas &lt;/span&gt;even if field is empty. Isn't that better to add record only if question has&amp;nbsp;&lt;span style=&quot;color: rgb(68, 68, 68); font-family: sans-serif; font-size: 13px; background-color: rgb(223, 223, 223);&quot;&gt;qa_q_extra&amp;nbsp;&lt;/span&gt;value? Or any reson to store empty record? Just curious to know.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25290/qa_postmetas-table-why-adding-record-if-empty</guid>
<pubDate>Sun, 07 Jul 2013 14:58:47 +0000</pubDate>
</item>
<item>
<title>Why empty tables in database (qa_postmetas, qa_tagmetas, qa_usernotices)?</title>
<link>https://www.question2answer.org/qa/24065/tables-database-qa_postmetas-qa_tagmetas-qa_usernotices</link>
<description>

&lt;p&gt;
	By curiosity, which of these tables (having 0 rows/entries) can be considered unnecessary?&lt;/p&gt;


&lt;p&gt;
	I know that some were created by plugins, some are there be default:&lt;/p&gt;


&lt;p&gt;
	qa_categories ← I am not using categories, that's why this is empty.&lt;/p&gt;


&lt;p&gt;
	qa_categorymetas ← same&lt;/p&gt;


&lt;p&gt;
	qa_messages ← I am not using PN that's why this is empty.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_postmetas&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_tagmetas&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	qa_usermetas ← &quot;Plugins etc... can use qa_usermetas for any meta information relating to users - see qa-db-metas.php.&quot; &lt;a href=&quot;http://question2answer.org/qa/16063/database-tables-qa_usermeta-and-qa_usermetas&quot; rel=&quot;nofollow&quot;&gt;Clarified&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_usernotices&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24065/tables-database-qa_postmetas-qa_tagmetas-qa_usernotices</guid>
<pubDate>Fri, 24 May 2013 07:49:05 +0000</pubDate>
</item>
<item>
<title>How to handle non-existing tables before init_queries was run?</title>
<link>https://www.question2answer.org/qa/14797/how-handle-non-existing-tables-before-init_queries-was-run</link>
<description>

&lt;p&gt;
	I spotted the notes about &lt;em&gt;init_queries&lt;/em&gt; in the docs, so in a new plugin I decided to use that function to initialize a database table.&lt;/p&gt;


&lt;p&gt;
	Problem now is, in my &lt;em&gt;admin_form &lt;/em&gt;function I try to select from that table, so when a user adds the plugin then opens Admin&amp;gt;Plugins, they get an error about the table not existing.&lt;/p&gt;


&lt;p&gt;
	The &quot;Initialize Database&quot; button is there and works fine, but is there a better way to handle this?&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/14797/how-handle-non-existing-tables-before-init_queries-was-run</guid>
<pubDate>Tue, 08 May 2012 12:49:52 +0000</pubDate>
</item>
<item>
<title>with QA_EXTERNAL_USERS = true install ends in loop - missing tables</title>
<link>https://www.question2answer.org/qa/13289/with%C2%A0qa_external_users-true-install-ends-missing-tables</link>
<description>

&lt;p&gt;
	I just downloaded Q2A to install with&amp;nbsp;QA_EXTERNAL_USERS set to true&lt;/p&gt;


&lt;p&gt;
	I did as it says here:&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/single-sign-on.php&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/single-sign-on.php&lt;/a&gt;&amp;nbsp;, with&amp;nbsp;qa_get_mysql_user_column_type returning 'INT'&amp;nbsp;and everything seems to be well. When I fire up Chrome and go to the right subfolder it says a lot, and ends up with at button that says [Create Database]&lt;/p&gt;


&lt;p&gt;
	I click that button and it tells me a lot of good stuf with green text and ends up with a link that says &quot;Go to admin center&quot;. When I click that I return to [Create Database] I can't get out of this loop.&lt;/p&gt;


&lt;p&gt;
	What I figured out is, that the database-creation seems to miss out on 5 tables:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		brygbaren_qa_messages&lt;/li&gt;
	

&lt;li&gt;
		brygbaren_qa_userfields&lt;/li&gt;
	

&lt;li&gt;
		brygbaren_qa_userlogins&lt;/li&gt;
	

&lt;li&gt;
		brygbaren_qa_userprofile&lt;/li&gt;
	

&lt;li&gt;
		brygbaren_qa_users&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	I really can't seem to figure out what is causing this. Plz help, I'd love to use this stuff ;)&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13289/with%C2%A0qa_external_users-true-install-ends-missing-tables</guid>
<pubDate>Tue, 06 Mar 2012 16:23:29 +0000</pubDate>
</item>
<item>
<title>How to upload a category dump ?</title>
<link>https://www.question2answer.org/qa/7512/how-to-upload-a-category-dump</link>
<description>Hello and congrats to the final release !&lt;br /&gt;
&lt;br /&gt;
I am wondering if it would be possible to upload a category dump.&lt;br /&gt;
&lt;br /&gt;
Which tables would be affected ?&lt;br /&gt;
&lt;br /&gt;
And in a second step:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;If I want to add to each created category one or two basic questions, which tables would I have to modify that for ?&lt;br /&gt;
&lt;br /&gt;
And finally: How many categories should I use at most.&lt;br /&gt;
&lt;br /&gt;
The project is a regional questions site.&lt;br /&gt;
&lt;br /&gt;
Thank You for any ideas or hints&lt;br /&gt;
&lt;br /&gt;
monk333</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/7512/how-to-upload-a-category-dump</guid>
<pubDate>Thu, 07 Jul 2011 21:42:34 +0000</pubDate>
</item>
<item>
<title>Theming question: How does one refer to the tall-table on login form in css ?</title>
<link>https://www.question2answer.org/qa/3651/theming-question-how-does-one-refer-the-tall-table-login-form</link>
<description>i want to change several widths of some tables, how can I get just one specific table like for example the one on the login form ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/3651/theming-question-how-does-one-refer-the-tall-table-login-form</guid>
<pubDate>Tue, 23 Nov 2010 17:44:47 +0000</pubDate>
</item>
</channel>
</rss>